Implement Cask file & general cleanup

This commit is contained in:
Henrik Lissner 2014-08-29 22:37:25 -04:00
parent b3e5d578cd
commit 42394b5e92
22 changed files with 224 additions and 170 deletions

View file

@ -1,4 +1,4 @@
(use-package flycheck :ensure t
(use-package flycheck
:init (add-hook 'after-init-hook #'global-flycheck-mode)
:config
(progn
@ -7,7 +7,7 @@
(setq flycheck-indication-mode 'right-fringe)
(setq-default flycheck-disabled-checkers '(emacs-lisp-checkdoc))))
(use-package flyspell :ensure t
(use-package flyspell
:commands flyspell-mode
:diminish (flyspell-mode . " @")
:config