disable custom

This commit is contained in:
frosty 2024-07-04 15:54:50 -04:00
parent 5a331ad9dc
commit aa610caa3d

17
init.el
View file

@ -32,18 +32,5 @@
(global-display-line-numbers-mode 1)
(global-visual-line-mode t)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("046a2b81d13afddae309930ef85d458c4f5d278a69448e5a5261a5c78598e012" default))
'(package-selected-packages '(evil)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;; Disable custom.el
(setq custom-file null-device)