uncomitted changes to flycheck and groovy-mode

This commit is contained in:
Kienan Stewart 2017-03-17 11:58:59 -04:00
parent a1b74f3538
commit 3d9b232af9
2 changed files with 5 additions and 1 deletions

1
Cask
View File

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

View File

@ -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/")