forked from colonelpanic/dotfiles
Hook to fix fast selection... why the fuck wasn't this working? So annoying.
This commit is contained in:
parent
4509749a25
commit
f5854d59ce
@ -796,6 +796,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
|||||||
(org-notify-start 10)))
|
(org-notify-start 10)))
|
||||||
|
|
||||||
(use-package org-ehtml
|
(use-package org-ehtml
|
||||||
|
:disabled t
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
@ -923,6 +924,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-mode-hook (lambda () (setq org-todo-key-trigger t)))
|
||||||
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
|
(add-hook 'org-agenda-mode-hook 'disable-linum-mode)))
|
||||||
|
|
||||||
(use-package epg
|
(use-package epg
|
||||||
|
Loading…
Reference in New Issue
Block a user