diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 9388779e1..7088e4c35 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -189,7 +189,9 @@ background (and foreground) match the current theme." org-confirm-babel-evaluate nil org-link-elisp-confirm-function nil ;; Show src buffer in popup, and don't monopolize the frame - org-src-window-setup 'other-window) + org-src-window-setup 'other-window + ;; Our :lang common-lisp module uses sly, so... + org-babel-lisp-eval-fn #'sly-eval) ;; I prefer C-c C-c over C-c ' (more consistent) (define-key org-src-mode-map (kbd "C-c C-c") #'org-edit-src-exit)