From 31a89b71a990eed7c2779f2f9e486dd2a2fbe5e3 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Enable evaluation of CL source blocks in org mode --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 2afecdb..46d7318 100644 --- a/config.org +++ b/config.org @@ -322,6 +322,15 @@ needs to be set up to install them if they aren't already. (load (expand-file-name "~/quicklisp/slime-helper.el")) #+end_src + And we also want to enable execution of CL source blocks in Org + mode, which we do by adding an item to [[help:org-babel-load-languages][org-babel-load-languages]]. + + #+begin_src emacs-lisp + (org-babel-do-load-languages + 'org-babel-load-languages + '((lisp . t))) + #+end_src + *** Paredit =paredit= is generally very useful for balancing parenthesis so we want that turned on for all the lisps. Additionally, it's nice to have