summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-21 11:52:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-21 11:52:36 -0700
commit26871fd17b70b250aa66d1d92514d3cd2b8946ce (patch)
treedf97835fe310d6d9bb6172f22f881163c4c5b1c2
parent33575e43305d6340991d84d0150deedff74436e0 (diff)
downloaddotfiles-26871fd17b70b250aa66d1d92514d3cd2b8946ce.tar.gz
Emacs config for local CL hyperspec
-rw-r--r--.config/firejail/firefox.profile1
-rw-r--r--.emacs.d/init-spw.el7
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/firejail/firefox.profile b/.config/firejail/firefox.profile
index b3ef450a..c9d623b1 100644
--- a/.config/firejail/firefox.profile
+++ b/.config/firejail/firefox.profile
@@ -6,6 +6,7 @@ whitelist ~/tmp
whitelist ~/src
whitelist ~/local/mutt
whitelist ~/local/5thsrd_offline
+whitelist ~/local/clhs
blacklist ~/src/athpriv
blacklist ~/src/priv
blacklist ~/lib/priv
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 209681b1..3a94251e 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2308,6 +2308,13 @@ mutt's review view, after exiting EDITOR."
(define-key scheme-mode-map "\ez" nil))
+;; to use this, mkdir & change to ~/local/clhs, then expand hyperspec tarball
+;; I have stored in annex
+(setq common-lisp-hyperspec-root (concat "file://"
+ (expand-file-name
+ "~/local/clhs/HyperSpec/")))
+(add-to-list 'browse-url-handlers '("/local/clhs/HyperSpec/" . eww))
+
;;;; Text mode