all repos — nixfiles @ 5e7a227e8090b32949e0e8468f5401475f7fabd1

System and user configuration, managed by nix and home-manager

Emacs: Install and configure hyperspec

Alan Pearce
commit

5e7a227e8090b32949e0e8468f5401475f7fabd1

parent

26f20345f819eb8da49ecc6e1eee28a617d2d90a

1 file changed, 8 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1906,6 +1906,14 @@ #'common-lisp-indent-function))
(add-hook 'lisp-mode-hook #'set-common-lisp-indentation) #+END_SRC +**** hyperspec + +#+BEGIN_SRC emacs-lisp +(use-package hyperspec + :config (progn + (setq common-lisp-hyperspec-root "file://opt/local/share/doc/lisp/HyperSpec-7-0/"))) +#+END_SRC + **** geiser A REPL thing for Scheme. Hopefully I’ll get to use it more in the