From 8ce11caca69e68f3b9dd7613ba516bc7f042d79c Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 24 Jul 2020 20:59:46 -0500 Subject: emacs: remove line nums in org mode agenda --- emacs/.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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")) -- cgit v1.2.3