Skip to content

Commit

Permalink
[common-lisp] added to org-babel-load-languages
Browse files Browse the repository at this point in the history
- copied and adjusted from the clojure layer
  • Loading branch information
NicoSimoski authored and fnussbaum committed Dec 7, 2024
1 parent cf258f2 commit 862e955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layers/+lang/common-lisp/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ggtags
counsel-gtags
helm
org
rainbow-identifiers
slime
(slime-company :requires company)))
Expand Down Expand Up @@ -72,6 +73,10 @@

(defun common-lisp/post-init-counsel-gtags nil)

(defun common-lisp/pre-init-org ()
(spacemacs|use-package-add-hook org
:post-config (add-to-list 'org-babel-load-languages '(lisp . t))))

(defun common-lisp/post-init-rainbow-identifiers ()
(add-hook 'lisp-mode-hook #'colors//rainbow-identifiers-ignore-keywords))

Expand Down

0 comments on commit 862e955

Please sign in to comment.