dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 6591af4dec813932d598372f743541cf8554c406
parent 5ce4e727cd792aa6fa3106660fbe0da929425784
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Mon, 21 Nov 2022 20:50:47 +0100

doom: Set org dir to NC

Diffstat:
M.doom.d/config.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -29,7 +29,7 @@ ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! -(setq org-directory "~/org/") + (setq org-directory "~/NC/org/") ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'.