General cleanup + refactor

This commit is contained in:
Henrik Lissner 2017-05-29 00:58:12 +02:00
parent 35a287c58b
commit 117e55f0c2
4 changed files with 23 additions and 23 deletions

View file

@ -1,8 +1,8 @@
;;; lang/sh/config.el
(def-package! sh-script ; built-in
:mode (("\\.zsh$" . sh-mode)
("/bspwmrc$" . sh-mode))
:mode ("\\.zsh$" . sh-mode)
:mode ("/bspwmrc$" . sh-mode)
:init
(add-hook! sh-mode #'(flycheck-mode highlight-numbers-mode +sh|extra-fontify))
:config