Switch most languages from flymake to flycheck

This commit is contained in:
2014-07-08 22:22:40 +01:00
parent f0b3d6ccaf
commit ff5323e0de
10 changed files with 10 additions and 10 deletions

View File

@@ -50,6 +50,7 @@
'(fci-handle-truncate-lines nil)
'(fci-rule-width 1)
'(fill-column 78)
'(flycheck-rubocop-lint-only t)
'(fringe-mode 0 nil (fringe))
'(global-auto-revert-mode t)
'(global-undo-tree-mode t)

View File

@@ -4,7 +4,7 @@
(defun customizations-for-coffee-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-coffee-load)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -3,7 +3,7 @@
(defun customizations-for-haml-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-haml-load)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -2,6 +2,7 @@
(interactive)
(setq js-indent-level 2)
(flyspell-prog-mode)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -1,6 +1,7 @@
(defun customizations-for-makefile-mode ()
(interactive)
(flyspell-prog-mode)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -41,7 +41,7 @@
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(hs-minor-mode 1)
(flymake-ruby-load)
(flycheck-mode)
(subword-mode)
(setq ruby-deep-arglist nil)
(setq ruby-deep-indent-paren nil)

View File

@@ -1,7 +1,7 @@
(defun customizations-for-sass-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-sass-load)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -6,7 +6,7 @@
(defun customizations-for-sh-mode ()
(interactive)
(flyspell-prog-mode)
(flymake-shell-load)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -5,6 +5,7 @@
(defun customizations-for-yaml-mode ()
(interactive)
(flyspell-prog-mode)
(flycheck-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)

View File

@@ -39,14 +39,10 @@
expand-region
feature-mode
fill-column-indicator
flymake-coffee
flycheck
flymake-css
flymake-cursor
flymake-haml
flymake-php
flymake-ruby
flymake-sass
flymake-shell
full-ack
gitconfig-mode
github-browse-file