diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-12-14 19:55:49 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-12-14 19:55:49 -0600 |
commit | 1facd32674f78b2e2ae2045cdd5104d87f5a9561 (patch) | |
tree | 233ab31c73ee639353147b139f7fcd4ca367af61 | |
parent | a2001f71346a0263a5be7364c925a10c021960ec (diff) |
Add: lisp to org-babel-load-languages
-rw-r--r-- | shoshimacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index d58220a..365d7e9 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -633,6 +633,7 @@ this seems to be required to fontify source blocks (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) + (lisp . t) (org . t) (plantuml . t) (shell . t))) |