mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Switch most languages from flymake to flycheck
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
(interactive)
|
||||
(setq js-indent-level 2)
|
||||
(flyspell-prog-mode)
|
||||
(flycheck-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
(defun customizations-for-makefile-mode ()
|
||||
(interactive)
|
||||
(flyspell-prog-mode)
|
||||
(flycheck-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
(defun customizations-for-yaml-mode ()
|
||||
(interactive)
|
||||
(flyspell-prog-mode)
|
||||
(flycheck-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user