From 800cfad490a3f8aa2d8c077e93ba4148cbbc8a1a Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 7 Jan 2020 19:55:27 +0100 Subject: [PATCH] Added freelance to org mode config files --- emacs/.config/doom/configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/configuration.org b/emacs/.config/doom/configuration.org index c144be5..b29d99d 100644 --- a/emacs/.config/doom/configuration.org +++ b/emacs/.config/doom/configuration.org @@ -81,7 +81,7 @@ When moving entries up and down in the buffer use `j` and `k` instead of `↑` a - Show images in buffers as default #+BEGIN_SRC emacs-lisp (setq org-directory "~/Documents/org" - org-agenda-files '("~/Documents/org") + org-agenda-files '("~/Documents/org" "~/Documents/org/freelance") org-log-done 'note org-startup-with-inline-images t) #+END_SRC