summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-05-09 08:09:54 +0100
committerAlan Pearce2014-05-09 08:11:27 +0100
commit2b1bb067356b3750841ae4389cbc90d44321a4de (patch)
tree3180951cbd3652e1dc13280e3cc1fa7b7079d2ca /tag-emacs
parentf3a6e7e632200ec12c18a8fe82bbe06466d3d988 (diff)
downloaddotfiles-2b1bb067356b3750841ae4389cbc90d44321a4de.tar.lz
dotfiles-2b1bb067356b3750841ae4389cbc90d44321a4de.tar.zst
dotfiles-2b1bb067356b3750841ae4389cbc90d44321a4de.zip
Emacs: set org-replace-disputed-keys at the right time
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 220627f..7edf942 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -521,6 +521,7 @@
   :bind (("C-c C-a" . org-agenda-list)
          ("C-c a" . org-agenda)
          ("C-c l" . org-store-link))
+  :init (setq org-replace-disputed-keys t)
   :config (progn
             (setq org-directory "~/org"
                   org-agenda-files `(,org-directory)
@@ -556,7 +557,6 @@
                                                (plain-list-item . auto))
                   org-fontify-done-headline t
 
-                  org-replace-disputed-keys t
                   org-todo-keywords '((sequence "TODO" "STARTED" "|" "DONE")
                                       (sequence "TOLEARN" "LEARNING" "LEARNED" "|" "MASTERED")
                                       (sequence "|" "CANCELLED")))