aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-14 00:57:27 +0200
committerGravatar Tom Willemse2016-10-14 00:57:27 +0200
commit216ee6c68fa0c2bf8f9def414cad9855838c89b1 (patch)
treedd9f72d7e90b1405b0417ef416109a011d9e2cf4 /emacs/.emacs.d/init.org
parent5bdf8469ea218a071ba91413b2b6518bac684b84 (diff)
downloadnew-dotfiles-216ee6c68fa0c2bf8f9def414cad9855838c89b1.tar.gz
new-dotfiles-216ee6c68fa0c2bf8f9def414cad9855838c89b1.zip
Add shell script mode config
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 0562224..dcbb14b 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -707,6 +707,13 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'php-mode (load "php-mode-init"))
#+END_SRC
+ - [[file:init/sh-mode-init.org][sh-mode]] :: Used for most types of shell scripting (bash, zsh,
+ etc.).
+
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'sh-mode (load "sh-mode-init"))
+ #+END_SRC
+
** Emacs lisp mode
Enable paredit mode.