dotfiles

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

commit ee0b26d51b8c106cde1947f098ca2c08f4762fd1
parent ff200857346aae1679d3aa9c17a04899318ec8b3
Author: andersuno <anders@desk.andersuno.nu>
Date:   Thu, 11 Aug 2022 20:19:26 +0200

Changed org folder to NC

Diffstat:
M.doom.d/config.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -80,8 +80,8 @@ "~/.doom.d/splash/doom-emacs.png"))) (after! org - (setq org-directory "~/Dropbox/org/") - (setq org-agenda-files "~/Dropbox/org/agenda.org")) + (setq org-directory "~/NC/org/") + (setq org-agenda-files "~/NC/org/agenda.org")) (after! treemacs (treemacs-indent-guide-mode 1)