Make .aliases dir use sh-mode in emacs

This commit is contained in:
Adam Goldsmith 2018-01-19 22:11:17 -05:00
parent fab1a19fd6
commit 1fe053f6ea
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
;; set sh mode for all files
((nil . ((mode . sh))))