summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:36:39 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:37:04 -0700
commit9b3a7a54b82fd61f3bfb3d8e6d3b57c60553ef38 (patch)
treef56c0f361f99cb1ea67a9ebb8890a6dc49c09df3 /emacs.d/init.el
parent[emacs] Add a css to preview markdown document (diff)
downloademacs.d-9b3a7a54b82fd61f3bfb3d8e6d3b57c60553ef38.tar.gz
[emacs] Open "bashrc" as a shell file.
Closes #23.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el1
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