diff options
author | Alan Pearce | 2017-04-23 21:31:09 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-23 21:31:09 +0200 |
commit | 5e7a227e8090b32949e0e8468f5401475f7fabd1 (patch) | |
tree | 95a6ee7b6c3ca4f41d8f28aed13f194c258eb571 /emacs | |
parent | 26f20345f819eb8da49ecc6e1eee28a617d2d90a (diff) | |
download | dotfiles-5e7a227e8090b32949e0e8468f5401475f7fabd1.tar.lz dotfiles-5e7a227e8090b32949e0e8468f5401475f7fabd1.tar.zst dotfiles-5e7a227e8090b32949e0e8468f5401475f7fabd1.zip |
Emacs: Install and configure hyperspec
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index f37a818..6419d28 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1906,6 +1906,14 @@ I don’t work with these as often as I would like (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 |