From 1c2d20fc1831b9e39410eb943ef09e8fe9931256 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Tue, 7 Nov 2023 10:32:45 -0700 Subject: setq → setopt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `setq' is the normal way to set lisp variables, but it won't trigger any hooks that might have been set for use with customize. The alternative is to use `customize-set-variable' but that's a mouthful and it's hard to remember when to use this. `setopt' just does The Right Thing™. --- early-init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index f6bc9d5..08bf438 100644 --- a/early-init.el +++ b/early-init.el @@ -38,4 +38,3 @@ (background-color . "#000000") (ns-appearance . dark) (ns-transparent-titlebar . t))) - -- cgit v1.2.3