From: Don Armstrong Date: Sun, 9 Jun 2019 04:03:31 +0000 (-0700) Subject: remove obsolete vc-mode code X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=f94f03aa1009e4ee0554f4be041d7c29a25a76cd;p=lib.git remove obsolete vc-mode code --- 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)