forked from colonelpanic/dotfiles
org-plus-contrib
This commit is contained in:
parent
c0df5e145d
commit
2d20db1f45
@ -603,7 +603,7 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(use-package htmlize :ensure t)
|
(use-package htmlize :ensure t)
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure t
|
:ensure org-plus-contrib
|
||||||
:commands (org-mode org org-mobile-push org-mobile-pull org-agenda)
|
:commands (org-mode org org-mobile-push org-mobile-pull org-agenda)
|
||||||
:mode ("\\.org\\'" . org-mode)
|
:mode ("\\.org\\'" . org-mode)
|
||||||
:bind (("C-c a" . org-agenda)
|
:bind (("C-c a" . org-agenda)
|
||||||
@ -847,7 +847,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|||||||
(add-hook 'org-mode-hook 'guide-key/my-hook-function-for-org-mode)
|
(add-hook 'org-mode-hook 'guide-key/my-hook-function-for-org-mode)
|
||||||
(defun disable-linum-mode () (linum-mode 0))
|
(defun disable-linum-mode () (linum-mode 0))
|
||||||
(add-hook 'org-mode-hook 'disable-linum-mode)
|
(add-hook 'org-mode-hook 'disable-linum-mode)
|
||||||
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
|
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
|
||||||
|
|
||||||
(use-package epg
|
(use-package epg
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user