Added flycheck
This commit is contained in:
parent
d7d310a9ec
commit
5bc59039f8
@ -8,7 +8,7 @@
|
|||||||
'(anzu-replace-threshold 1000)
|
'(anzu-replace-threshold 1000)
|
||||||
'(anzu-replace-to-string-separator " => ")
|
'(anzu-replace-to-string-separator " => ")
|
||||||
'(anzu-search-threshold 1000)
|
'(anzu-search-threshold 1000)
|
||||||
'(package-selected-packages (quote (nlinum sublime-themes fullframe))))
|
'(package-selected-packages (quote (flycheck nlinum sublime-themes fullframe))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
3
init.el
3
init.el
@ -33,7 +33,8 @@
|
|||||||
(require 'init-gui)
|
(require 'init-gui)
|
||||||
(require 'init-editing-utils)
|
(require 'init-editing-utils)
|
||||||
(require 'init-modeline)
|
(require 'init-modeline)
|
||||||
;;
|
;; Tools
|
||||||
|
(require 'init-flycheck)
|
||||||
;; Languages
|
;; Languages
|
||||||
|
|
||||||
|
|
||||||
|
2
lisp/init-flycheck.el
Normal file
2
lisp/init-flycheck.el
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
(require-package 'flycheck)
|
||||||
|
(provide 'init-flycheck)
|
Loading…
x
Reference in New Issue
Block a user