From fd343aa3591c09e54b9212c91d81a84dd6ab6981 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Jul 2015 15:43:45 +0200 Subject: Emacs: Enable sh blocks in org-babel --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') 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 -- cgit 1.4.1