Fix org-agenda-mode hook that was pointing to non-existent function

imalison:disable-linum-mode
This commit is contained in:
Ivan Malison 2015-08-16 01:11:29 -07:00
parent 150fc36b8c
commit ef95d4d21a

View File

@ -1060,7 +1060,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
(add-hook 'org-mode-hook 'imalison:disable-linum-mode)
(add-hook 'org-mode-hook (lambda () (setq org-todo-key-trigger t)))
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
(add-hook 'org-agenda-mode-hook 'imalison:disable-linum-mode)))
(use-package clocker :ensure t)