Load flycheck init
This commit is contained in:
parent
34eb203919
commit
5119e4592c
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
||||||
|
|
||||||
(with-eval-after-load 'elec-pair (load "oni-elec-pair-init"))
|
(with-eval-after-load 'elec-pair (load "oni-elec-pair-init"))
|
||||||
|
|
||||||
|
(with-eval-after-load 'flycheck (load "oni-flycheck-init"))
|
||||||
|
|
||||||
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
|
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
|
||||||
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
|
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
|
||||||
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
|
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
|
||||||
|
|
Loading…
Reference in a new issue