Updating emacs.d files

This commit is contained in:
Henrik Lissner
2015-04-22 20:48:28 -04:00
parent ec6d152756
commit cb99d818fb
14 changed files with 242 additions and 219 deletions

View File

@@ -5,10 +5,15 @@
(setq-default flycheck-indication-mode 'right-fringe
;; Removed checks on idle/change for snappiness
flycheck-check-syntax-automatically '(save mode-enabled)
flycheck-disabled-checkers '(emacs-lisp-checkdoc emacs-lisp make))
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
(dolist (hook '(ruby-mode-hook
python-mode-hook
php-mode-hook
lua-mode-hook
shell-mode-hook
scss-mode-hook
c++-mode-hook
c-mode-hook
))
(add-hook hook 'flycheck-mode)))
:config