Load offline Common Lisp HyperSpec from the quicklisp "clhs" package

This commit is contained in:
Dimitri Lozeve 2020-01-25 19:11:44 +01:00
parent e67b247658
commit e7797376e5

View file

@ -301,7 +301,10 @@
(define-key slime-repl-mode-map
(read-kbd-macro paredit-backward-delete-key) nil))
(add-hook 'slime-repl-mode-hook 'override-slime-repl-bindings-with-paredit)
(setq lisp-indent-function 'lisp-indent-function))
(setq lisp-indent-function 'lisp-indent-function)
;; Use the offline hyperspec from the "clhs" quicklisp package:
;; https://www.hexstreamsoft.com/libraries/clhs/
(load "/home/dimitri/quicklisp/clhs-use-local.el" t))
(use-package dyalog-mode
:ensure t)