diff options
author | Case Duckworth | 2022-01-05 18:39:08 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-05 18:39:08 -0600 |
commit | de0198212841127b523dddcf85b94fc4310b1347 (patch) | |
tree | 030dd10408d20ce277d9f4015b799cdf7eb9a0c4 /init.el | |
parent | Require exec-path-from-shell (diff) | |
download | emacs-de0198212841127b523dddcf85b94fc4310b1347.tar.gz emacs-de0198212841127b523dddcf85b94fc4310b1347.zip |
Immediately load custom-file
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 5c3ed35..07679e7 100644 --- a/init.el +++ b/init.el | |||
@@ -84,7 +84,7 @@ | |||
84 | (dolist (var '(safe-local-variable-values | 84 | (dolist (var '(safe-local-variable-values |
85 | warning-suppress-types)) | 85 | warning-suppress-types)) |
86 | (add-to-list '+custom-variable-allowlist var)) | 86 | (add-to-list '+custom-variable-allowlist var)) |
87 | (+ensure-after-init #'+custom-load-ignoring-most-customizations) | 87 | (+custom-load-ignoring-most-customizations) |
88 | (advice-add #'custom-buffer-create-internal :after #'+cus-edit-expand-widgets) | 88 | (advice-add #'custom-buffer-create-internal :after #'+cus-edit-expand-widgets) |
89 | (:with-mode Custom-mode | 89 | (:with-mode Custom-mode |
90 | (:local-set imenu-generic-expression +cus-edit-imenu-generic-expression))) | 90 | (:local-set imenu-generic-expression +cus-edit-imenu-generic-expression))) |