Load offline Common Lisp HyperSpec from the quicklisp "clhs" package
This commit is contained in:
parent
e67b247658
commit
e7797376e5
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue