Browse Source

add flycheck prefs

pull/1/head
10sr 11 years ago
parent
commit
7f8103cf7e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -655,6 +655,10 @@ found, otherwise returns nil."

(lazy-load-eval 'sudoku)

;; https://github.com/lunaryorn/flycheck
(when (require 'flycheck nil t)
(add-hook 'after-init-hook #'global-flycheck-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; window



Loading…
Cancel
Save