diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-22 02:44:37 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-22 02:44:37 -0400 |
commit | de4393799251ab00ebfc82d7012e62e4ec38e7d9 (patch) | |
tree | 6505da2f616c09406e715ab20032fb32c38a0967 /init.el | |
parent | Use `sly` and SBCL for Common Lisp development (diff) | |
download | mmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.tar.gz mmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.tar.bz2 mmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.zip |
Minor formatting fix
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -839,6 +839,7 @@ | |||
839 | :commands (emacs-lisp-mode) | 839 | :commands (emacs-lisp-mode) |
840 | :hook (emacs-lisp-mode . flycheck-mode)) | 840 | :hook (emacs-lisp-mode . flycheck-mode)) |
841 | 841 | ||
842 | |||
842 | ;; --------------------------------- | 843 | ;; --------------------------------- |
843 | ;; Common Lisp | 844 | ;; Common Lisp |
844 | ;; ----------- | 845 | ;; ----------- |