summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-07-11 15:43:45 +0200
committerAlan Pearce2015-07-11 15:43:45 +0200
commitfd343aa3591c09e54b9212c91d81a84dd6ab6981 (patch)
treef4694d6d662085d4940ca393a13c1d24588ca553 /tag-emacs
parent47772f8899bee6bd96273c12008a45f9d0fa672b (diff)
downloaddotfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.tar.lz
dotfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.tar.zst
dotfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.zip
Emacs: Enable sh blocks in org-babel
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 8d56497..a2c8c60 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -892,7 +892,8 @@ mouse-1: Display Line and Column Mode Menu"))))))
   :defer t
   :config (org-babel-do-load-languages
            'org-babel-load-languages
-           '((ledger . t))))
+           '((ledger . t)
+             (sh . t))))
 
 (req-package org-journal
   :require org