aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-22 02:44:37 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-22 02:44:37 -0400
commitde4393799251ab00ebfc82d7012e62e4ec38e7d9 (patch)
tree6505da2f616c09406e715ab20032fb32c38a0967
parentUse `sly` and SBCL for Common Lisp development (diff)
downloadmmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.tar.gz
mmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.tar.bz2
mmosmacs-de4393799251ab00ebfc82d7012e62e4ec38e7d9.zip
Minor formatting fix
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index b5a0bcf..57aac67 100644
--- a/init.el
+++ b/init.el
@@ -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;; -----------