diff options
-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))) |