From 04889075ab18d5e5cdb66ced4190ffb8fa0e7796 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 18 Sep 2018 13:11:55 +0900 Subject: [PATCH] Remove flymake package --- emacs.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/emacs.el b/emacs.el index f07314a..9bc5bda 100644 --- a/emacs.el +++ b/emacs.el @@ -100,9 +100,6 @@ found, otherwise returns nil." hl-todo ;; Currently not available ;; pp-c-l - ;; is flymake installs are required? - ;;flymake-jshint - ;;flymake-python-pyflakes xclip foreign-regexp multi-term @@ -1069,12 +1066,6 @@ found, otherwise returns nil." (add-to-list 'interpreter-mode-alist '("node" . js-mode)) -(when (autoload-eval-lazily 'flymake-jslint - '(flymake-jslint-load)) - (autoload-eval-lazily 'js nil - (add-hook 'js-mode-hook - 'flymake-jslint-load))) - (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (with-eval-after-load 'uniquify