From 7df53b0e90eede96330518a72355a69b4c2f824a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 29 Nov 2018 20:32:58 +0100 Subject: Emacs: fix ob-sh startup error --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 42bab70..f3e5b8f 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1562,7 +1562,7 @@ With two prefix arguments, write out the day and month name." :config (progn (org-babel-do-load-languages 'org-babel-load-languages '((ledger . t) - (sh . t))) + (shell . t))) (setq org-src-tab-acts-natively t org-edit-src-content-indentation 0 org-src-preserve-indentation t))) -- cgit 1.4.1