diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-09 16:33:09 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-09 16:33:09 -0400 |
commit | 561b2e778e4b7237fc57b7bc878e7d0664845193 (patch) | |
tree | 2b75b885393ef074f88fd31b44ebd7abf811779e | |
parent | 245061236995bd25b213c1bfe2b0015848120265 (diff) | |
download | configs-561b2e778e4b7237fc57b7bc878e7d0664845193.tar.gz configs-561b2e778e4b7237fc57b7bc878e7d0664845193.tar.xz configs-561b2e778e4b7237fc57b7bc878e7d0664845193.zip |
emacs: minor org tweaks
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9aff3e3..74e4eea 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -479,9 +479,10 @@ For disabling the behaviour for certain buffers and/or modes." (org-mode . auto-fill-mode) (org-mode . flyspell-mode)) :custom + (org-pretty-entities t) (org-agenda-files '("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" - "~/usr/org/todos/masters.org")) + "~/src/git/masters-thesis/todo.org")) (org-agenda-start-on-weekday 0) (org-agenda-time-leading-zero t) (org-habit-graph-column 44) |