]> git.donarmstrong.com Git - lib.git/commitdiff
remove obsolete vc-mode code
authorDon Armstrong <don@donarmstrong.com>
Sun, 9 Jun 2019 04:03:31 +0000 (21:03 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 9 Jun 2019 04:03:31 +0000 (21:03 -0700)
emacs_el/configuration/don-configuration.org

index 478cff1c298aa4f559105a79147b46e8032b23e5..df9cd979264ad332e0148e6e33333a6cd4a788bc 100644 (file)
@@ -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)