diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-03 15:40:03 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-03 15:40:03 +0100 |
| commit | 6eb6efa2eb11a476adcd766b5af385e5c8f13949 (patch) | |
| tree | 45238aca89de236f57a5dae5718fbd44eb95622f /emacs-config.org | |
| parent | d29ca8274c1c82941f26007562aa8b66c392b0ff (diff) | |
Fix lisp indentation
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index cd14eb2..f646691 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -121,6 +121,11 @@ Enable pairing brackets and add additional bracket pairs. (cl-pushnew '(?\{ . ?\}) electric-pair-pairs)) #+end_src +Fix elisp prop indentation. +#+begin_src elisp + (setq-default lisp-indent-function 'common-lisp-indent-function) +#+end_src + ** Theme Enable theme. #+begin_src elisp |
