From 49894ec6e2b7b0da3f0afe96978d8d3378e56dd2 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 6 Nov 2020 14:48:36 +0100 Subject: [PATCH] [Emacs] Remove duplicate code in dotspacemacs --- .spacemacs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.spacemacs b/.spacemacs index b512437..7f45ccd 100644 --- a/.spacemacs +++ b/.spacemacs @@ -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. - ) )