diff options
author | Alan Pearce | 2015-07-11 15:43:45 +0200 |
---|---|---|
committer | Alan Pearce | 2015-07-11 15:43:45 +0200 |
commit | fd343aa3591c09e54b9212c91d81a84dd6ab6981 (patch) | |
tree | f4694d6d662085d4940ca393a13c1d24588ca553 /tag-emacs/emacs.d | |
parent | 47772f8899bee6bd96273c12008a45f9d0fa672b (diff) | |
download | nixfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.tar.lz nixfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.tar.zst nixfiles-fd343aa3591c09e54b9212c91d81a84dd6ab6981.zip |
Emacs: Enable sh blocks in org-babel
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8d56497c..a2c8c605 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 |