From f94f03aa1009e4ee0554f4be041d7c29a25a76cd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 8 Jun 2019 21:03:31 -0700 Subject: [PATCH] remove obsolete vc-mode code --- emacs_el/configuration/don-configuration.org | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 478cff1..df9cd97 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -2490,15 +2490,13 @@ same directory as the org-buffer and insert a link to this file." ]*") (setq sentence-end-double-space nil) ; enable matching parenthesis +#+END_SRC +** Display paren mode +#+BEGIN_SRC emacs-lisp (show-paren-mode 1) - (tool-bar-mode -1) - (setq user-mail-address "don@donarmstrong.com") - (setq vc-delete-logbuf-window nil) - (setq vc-follow-symlinks t) + (setq show-paren-delay 0.2) - ;; use git before SVN; use CVS earlier, because I have CVS - ;; repositories inside of git directories - (setq vc-handled-backends (quote (CVS Git RCS SVN SCCS Bzr Hg Mtn Arch))) + (setq user-mail-address "don@donarmstrong.com") ;; switch back to the old primary selection method (setq x-select-enable-clipboard nil) -- 2.39.2