diff --git a/emacs/config.org b/emacs/config.org index 286a8a1..3083a42 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -561,8 +561,7 @@ This file may get consumed via emacs batch scripting, so we need ot make sure th #+end_src *** Directories -My notes are stored via [[https://nextcloud.com/][NextCloud]] to sync multiple machines. The Nextcloud directory can be located in a couple different location based off the OS that the machine is running, but -Where the NextCloud general sync directory may vary based on machine but notes should always be stored at =$HOME/org=. +My notes are stored via [[https://nextcloud.com/][NextCloud]] to sync multiple machines. The Nextcloud directory can be located in a couple different location based off the OS that the machine is running, but where the NextCloud general sync directory may vary based on machine but notes should always be stored at =$HOME/org=. #+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no (custom-set-variables '(org-directory "~/org/")) @@ -946,6 +945,5 @@ A large amount of the details listed here have been lifted from: - https://www.gtrun.org/custom/config.htm * Footnotes - [fn:2] See [[https://github.com/doomemacs/doomemacs/tree/master/modules/tools/magit#i-recently-updated-and-now-i-get-deferred-error--wrong-type-argument-sequencep-code-reviewauth-token-set-whenever-i-try-to-review][Doom Magit documentation.]] [fn:1] See [[https://github.com/doomemacs/doomemacs/tree/master/modules/config/literate#change-where-src-blocks-are-tangled-or-prevent-it-entirely][Doom FAQ on this for more.]]