This commit is contained in:
Henrik Lissner 2015-02-01 04:26:02 -05:00
parent 99d5de31a7
commit 0939cfd690
6 changed files with 10 additions and 18 deletions

View file

@ -6,8 +6,8 @@
(my--cleanup-buffers-add "^\\*Shell Command Output\\*$")
(my--cleanup-buffers-add "^\\*Async Shell Command\\*$")
;; Make shell scrips executable on save. Good!
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
;; Make shell scrips executable on save?
;; (add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
;; Color in *Shell Command Output*
(require 'ansi-color)