General clean up + theme; add :tabclose

This commit is contained in:
Henrik Lissner 2015-09-28 16:56:52 -04:00
parent 16c5280c36
commit 92dc8c38c8
4 changed files with 32 additions and 32 deletions

View file

@ -1,7 +1,7 @@
;;; module-sh.el --- description
;; [pedantry intensifies]
(after! sh-mode
(after! sh-script
(defadvice sh-mode (after sh-mode-rename-modeline activate)
(setq mode-name "Sh"))