Browse Source

Remove flymake package

master
10sr 6 years ago
parent
commit
04889075ab
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      emacs.el

+ 0
- 9
emacs.el View File

@@ -100,9 +100,6 @@ found, otherwise returns nil."
hl-todo hl-todo
;; Currently not available ;; Currently not available
;; pp-c-l ;; pp-c-l
;; is flymake installs are required?
;;flymake-jshint
;;flymake-python-pyflakes
xclip xclip
foreign-regexp foreign-regexp
multi-term multi-term
@@ -1069,12 +1066,6 @@ found, otherwise returns nil."
(add-to-list 'interpreter-mode-alist (add-to-list 'interpreter-mode-alist
'("node" . js-mode)) '("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) (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)


(with-eval-after-load 'uniquify (with-eval-after-load 'uniquify


Loading…
Cancel
Save