summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-16 13:51:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-16 16:35:37 -0700
commitb69dcdd3795336422489dea7683da92e67472ba7 (patch)
treeae7e44c7cc45abe4663e257a0b3665f38ad2a113
parent216dfd892cd966005f3a0225eed2fcb1064b0844 (diff)
downloaddotfiles-b69dcdd3795336422489dea7683da92e67472ba7.tar.gz
ignore some Genera/Zmacs file attributes
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 295dcabf..4cd39845 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4492,6 +4492,10 @@ likely to keep parentheses balanced."
(autoload 'macrostep-expand lib nil t))
(define-key lisp-mode-shared-map "\C-ze" #'macrostep-expand)
+;; Ignore Genera/Zmacs file attributes that a number of CL systems include.
+(dolist (var '(base package syntax Base Package Syntax BASE PACKAGE SYNTAX))
+ (cl-pushnew var ignored-local-variables))
+
;;; Paredit
(spw/feature-add-hook enable-paredit-mode