Lisp: Support CLHS Guix package

master
Pierre Neidhardt 2019-01-06 19:03:25 +01:00
parent 62d9fa8592
commit 48d44690e5
1 changed files with 6 additions and 1 deletions

View File

@ -126,7 +126,12 @@
(add-hook 'slime-connected-hook #'ambrevar/slime-use-global-input-ring)
;; Read CLHS locally.
(load "~/.quicklisp/clhs-use-local.el" 'noerror)
(or
;; Quicklisp package.
(load "~/.quicklisp/clhs-use-local.el" 'noerror)
;; Unofficial Guix package (non-free license).
(when (require 'clhs nil 'noerror)
(clhs-setup)))
;;; Scheme.
;; (setq geiser-repl-skip-version-check-p t