From 59aa777a5aceca04889c38f2fc4e5aba19e52402 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 3 Jun 2016 12:45:48 +0900 Subject: [PATCH] Remove js-doc load on start --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 05be376..57f9fee 100644 --- a/emacs.el +++ b/emacs.el @@ -99,6 +99,7 @@ found, otherwise returns nil." php-mode erlang js2-mode + js-doc git-commit gitignore-mode adoc-mode @@ -1043,8 +1044,6 @@ found, otherwise returns nil." (add-hook 'js-mode-hook 'flymake-jslint-load))) -(safe-require-or-eval 'js-doc) - (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (with-eval-after-load 'uniquify