Remove `custom.el` from Emacs config

This commit is contained in:
Alex Palaistras 2022-05-01 18:29:50 +01:00
parent 9c16046921
commit 3b10bd7a19
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
(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.
'(auth-source-save-behavior nil)
'(warning-suppress-types
'((window-setup-hook)
(kubernetes-redraw-hook)
(eshell-exit-hook)
(eshell-exit-hook)
(eshell-exit-hook))))
(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.
'(default ((t (:background "#2d2d2d"))))
'(hl-line ((t (:background "#323232"))))
'(mode-line ((t (:background "#282828"))))
'(solaire-default-face ((t (:background "#282828"))))
'(solaire-hl-line-face ((t (:background "#323232"))))
'(vertical-border ((t (:background "#282828" :foreground "#282828")))))