Remove flymake.

This commit is contained in:
syl20bnr 2013-06-01 21:41:24 -04:00
parent 4d728ab5bc
commit 862f9b81df
4 changed files with 0 additions and 34 deletions

3
.gitmodules vendored
View file

@ -22,9 +22,6 @@
[submodule "extensions/elixir"]
path = extensions/elixir
url = http://github.com/elixir-lang/emacs-elixir
[submodule "extensions/flymake"]
path = extensions/flymake
url = http://github.com/illusori/emacs-flymake
[submodule "extensions/solarized-theme"]
path = extensions/solarized-theme
url = http://github.com/syl20bnr/solarized-emacs

View file

@ -1 +0,0 @@
(require 'flymake-cursor)

View file

@ -1,26 +0,0 @@
(require 'flymake)
;; from http://stackoverflow.com/questions/2571436/emacs-annoying-flymake-dialog-box
(defun flymake-display-warning (warning)
"Display a warning to the user in the mini-buffer instead of a dialog box"
(message warning))
;; from http://www.emacswiki.org/emacs/FlyMake
(defun safer-flymake-find-file-hook ()
"Don't barf if we can't open this flymake file"
(let ((flymake-filename
(flymake-create-temp-inplace (buffer-file-name) "flymake")))
(if (file-writable-p flymake-filename)
(flymake-find-file-hook)
(message
(format
"Couldn't enable flymake; permission denied on %s" flymake-filename)))))
(add-hook 'find-file-hook 'safer-flymake-find-file-hook)
;; from http://stackoverflow.com/questions/6110691/is-there-a-way-to-make-flymake-to-compile-only-when-i-save
(eval-after-load "flymake"
'(progn
(defun flymake-after-change-function (start stop len)
"Start syntax check for current buffer if it isn't already running."
;; Do nothing, don't want to run checks until I save.
)))

View file

@ -31,10 +31,6 @@
find-file-in-project
flycheck
flycheck-color-mode-line
flymake
flymake-cursor
flymake-easy
flymake-haskell-multi
fuzzy
ghc
golden-ratio