From f5854d59ceb9687ac692b1fee34a1b4d4021e029 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Feb 2015 02:04:42 -0800 Subject: [PATCH] Hook to fix fast selection... why the fuck wasn't this working? So annoying. --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0e9f67af..16b09dc1 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -796,6 +796,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (org-notify-start 10))) (use-package org-ehtml + :disabled t :ensure t :config (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) (defun disable-linum-mode () (linum-mode 0)) (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))) (use-package epg