Correcting a typo.

This commit is contained in:
Derek Taylor
2021-11-16 23:53:20 -06:00
parent 9b746c7efc
commit 3bb189b4f6

View File

@@ -537,7 +537,7 @@ Keybindings to open files that I work with all the time using the find-file comm
#+END_SRC
* ORG MODE
I wrapped most of this block in (after! org). Without this, my settings might be evaluated too early, which will result in my settings being overwritten by Doom's defaults. I have also enabled org-journal, org-superstar and org-roam by adding (+journal +pretty +roam) to the org section of my Doom Emacs init.el.
I wrapped most of this block in (after! org). Without this, my settings might be evaluated too early, which will result in my settings being overwritten by Doom's defaults. I have also enabled org-journal, org-superstar and org-roam by adding (+journal +pretty +roam2) to the org section of my Doom Emacs init.el.
=NOTE:= I have the location of my Org directory and Roam directory in $HOME/nc/ which is a Nextcloud folder that allows me to instantly sync all of my Org work between my home computer and my office computer.