From 3bb189b4f6ec762db1ccc533980e941c2d55de0e Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 16 Nov 2021 23:53:20 -0600 Subject: [PATCH] Correcting a typo. --- .config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/doom/config.org b/.config/doom/config.org index 2330e8f..467ef18 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -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.