uncomitted changes to flycheck and groovy-mode
This commit is contained in:
parent
a1b74f3538
commit
3d9b232af9
1
Cask
1
Cask
|
@ -15,6 +15,7 @@
|
|||
(depends-on "flycheck-pyflakes")
|
||||
(depends-on "flymd")
|
||||
(depends-on "htmlize")
|
||||
(depends-on "groovy-mode")
|
||||
(depends-on "idle-highlight-mode")
|
||||
(depends-on "js2-mode")
|
||||
(depends-on "kivy-mode")
|
||||
|
|
5
init.el
5
init.el
|
@ -3,7 +3,10 @@
|
|||
(cask-initialize)
|
||||
|
||||
;; Enable flycheck
|
||||
(add-hook 'after-init-hook #'global-flycheck-mode)
|
||||
;;(use-package flycheck
|
||||
;; :ensure t
|
||||
;; :init (global-flycheck-mode))
|
||||
;;(add-hook 'after-init-hook #'global-flycheck-mode)
|
||||
|
||||
;; Generic Emacs stuff
|
||||
(add-to-list 'load-path "~/.emacs.d/modes/")
|
||||
|
|
Loading…
Reference in New Issue