summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-11 12:21:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 12:21:06 -0700
commita39a00745e117cbf61f3a29f753849c5a91cfb80 (patch)
tree4912020d5de7696ae4a5cd42f9fcce7e857fbda7
parent97b401906f0059c0c78953f3a66833dee25ae140 (diff)
downloaddotfiles-a39a00745e117cbf61f3a29f753849c5a91cfb80.tar.gz
drop experimental CL-INTERPOL addition to lisp-mode-syntax-table
We now have consfigurator-lisp-mode.
-rw-r--r--.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index f7953fe1..955f0e22 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4352,9 +4352,6 @@ mutt's review view, after exiting EDITOR."
(activate-consfigurator-indentation-hints)))
(with-eval-after-load 'lisp-mode
- ;; Experimental addition to syntax table for CL-INTERPOL.
- (modify-syntax-entry ?? "_ p" lisp-mode-syntax-table)
-
(add-to-list 'lisp-mode-hook #'spw/lisp-mode-imenu-setup))
;; Without xscheme, the *scheme* buffer is not Paredit-compatible.