From c0a2ab445fdbb4a3722835ea4bab029791a364b8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 28 Jan 2015 12:48:33 -0800 Subject: [PATCH] Reenable flycheck. --- dotfiles/emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 6d7a9adc..75a58007 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -442,7 +442,6 @@ The current directory is assumed to be the project's root otherwise." (use-package flycheck :ensure t - :disabled t :config (progn (global-flycheck-mode)) :diminish flycheck-mode) @@ -858,7 +857,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-agenda-mode-hook 'disable-linum-mode))) + (add-hook 'org-agenda-mode-hook 'disable-linum-mode))) (use-package epg :ensure t