[Emacs] Remove duplicate code in dotspacemacs

This commit is contained in:
Lucien Cartier-Tilet 2020-11-06 14:48:36 +01:00
parent 55cdad04ca
commit 49894ec6e2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 6 deletions

View File

@ -151,10 +151,4 @@ This function is called at the very end of Spacemacs initialization."
(cons 360 "#5B6268")))
'(vc-annotate-very-old-color nil)
'(warning-suppress-log-types '((comp))))
(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.
)
)