1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added freelance to org mode config files

This commit is contained in:
Ryan Kes 2020-01-07 19:55:27 +01:00
parent bf9080e69c
commit 800cfad490

View File

@ -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