From 03e25eb2bbc037d17bbe0e06009b1f3c362389f5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 3 Jul 2020 20:43:37 -0400 Subject: [PATCH] Undo some ugliness that emacs added to ~/.emacs. --- .emacs | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.emacs b/.emacs index ba4547d..06ca36c 100644 --- a/.emacs +++ b/.emacs @@ -92,19 +92,5 @@ ;; Enable the downcase-region function. (put 'downcase-region 'disabled nil) -;; Show trailing whitespace, without having to drop into -;; whitespace-mode. -(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) - '(show-trailing-whitespace t)) -(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. - ) - +;; I want to see trailing whitespace. +(custom-set-variables '(show-trailing-whitespace t)) -- 2.43.2