summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 33d3d1f..4238959 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -68,6 +68,8 @@
(add-to-list 'auto-mode-alist `(,(expand-file-name "~/org/") . org-mode))
:bind
(("C-c a" . org-agenda))
+ :hook
+ (org-agenda-finalize . bab/disable-line-numbers)
:config
(org-super-agenda-mode 1)
(load-file "~/.emacs.d/org-mode.el"))