adding loading of clhs

This commit is contained in:
Chris Cochrun 2023-12-06 10:18:38 -06:00
parent 5ef28cf34d
commit c65beedc82
2 changed files with 4 additions and 0 deletions

View file

@ -3111,6 +3111,8 @@ Also here are some lisp specific stuff
"C-l" 'paredit-forward
"C-h" 'paredit-backward))
;; (remove-hook 'prog-mode-hook 'enable-paredit-mode)
(load "/home/chris/.local/share/quicklisp/clhs-use-local.el" t)
#+end_src

View file

@ -2367,6 +2367,8 @@ targets."
"C-h" 'paredit-backward))
;; (remove-hook 'prog-mode-hook 'enable-paredit-mode)
(load "/home/chris/.local/share/quicklisp/clhs-use-local.el" t)
(add-to-list 'auto-mode-alist '("\\.yuck?\\'" . lisp-data-mode))