emacs: minor org tweaks
[~bandali/configs] / .emacs.d / init.el
index 9aff3e3..74e4eea 100644 (file)
@@ -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)