Parcourir la source

add flycheck prefs

pull/1/head
10sr il y a 11 ans
Parent
révision
7f8103cf7e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Voir le fichier

@@ -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



Chargement…
Annuler
Enregistrer