mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] add flycheck
This commit is contained in:
parent
308182c124
commit
a6116c3adf
2 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
(depends-on "powerline")
|
||||
(depends-on "ack-and-a-half")
|
||||
(depends-on "projectile")
|
||||
(depends-on "flycheck")
|
||||
|
||||
;; Themes
|
||||
(depends-on "theme-park-mode")
|
||||
|
|
2
.emacs.d/init.d/flycheck.el
Normal file
2
.emacs.d/init.d/flycheck.el
Normal file
|
@ -0,0 +1,2 @@
|
|||
(add-hook 'after-init-hook #'global-flycheck-mode)
|
||||
|
Loading…
Reference in a new issue