diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:36:39 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:37:04 -0700 |
commit | 9b3a7a54b82fd61f3bfb3d8e6d3b57c60553ef38 (patch) | |
tree | f56c0f361f99cb1ea67a9ebb8890a6dc49c09df3 | |
parent | [emacs] Add a css to preview markdown document (diff) | |
download | emacs.d-9b3a7a54b82fd61f3bfb3d8e6d3b57c60553ef38.tar.gz |
[emacs] Open "bashrc" as a shell file.
Closes #23.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 6048158..a154a7e 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -199,6 +199,7 @@ (setq recentf-save-file "~/.emacs.d/var/recentf")) (use-package sh-script + :mode ("bashrc" . sh-mode) :config (defun set-sh-mode-indent () (setq sh-basic-offset 2 |