commit 44e1f7b51d60268cfcb8e95da57ab8eaddde320a parent 760ef0a7b08d42d10b7ea2d39eaa1603097fc899 Author: rsiddharth <rsiddharth@ninthfloor.org> Date: Thu, 24 Mar 2016 22:31:35 +0000 emacs: removed custom-set-variables. Diffstat:
.emacs | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.emacs b/.emacs @@ -152,9 +152,3 @@ '(whitespace-space ((t (:foreground "white50")))) '(whitespace-tab ((t (:foreground "white50")))) '(whitespace-trailing ((t (:background "red1" :foreground "white" :weight bold))))) -(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. - )