summary refs log tree commit diff
path: root/emacs/custom/fcuny-settings.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-14 10:55:38 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-14 10:55:38 -0800
commit764177b77321d42e0dd64285f5bb2372f215dd60 (patch)
tree02fcbd0c095d81ef84fe515174b59e1d15b36efc /emacs/custom/fcuny-settings.el
parentzsh: gcloud completion is somewhere else (diff)
downloademacs.d-764177b77321d42e0dd64285f5bb2372f215dd60.tar.gz
emacs: simplify git/magit configuration
I don't have to deal with magit anymore, so I can drop all the stuff
that removed the VC stuff.
Diffstat (limited to 'emacs/custom/fcuny-settings.el')
-rw-r--r--emacs/custom/fcuny-settings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-settings.el b/emacs/custom/fcuny-settings.el
index 4db0f95..cb6d7d8 100644
--- a/emacs/custom/fcuny-settings.el
+++ b/emacs/custom/fcuny-settings.el
@@ -24,7 +24,6 @@
 (setq column-number-mode t)                      ;; show column number in the mode line
 (setq-default indent-tabs-mode nil)              ;; turn off tab indentation
 (setq-default cursor-type 'hbar)                 ;; cursor is a horizontal bar
-(setq vc-handled-backends nil)                   ;; don't use the VC backend, it's too slow with source
 (setq-default delete-by-moving-to-trash t)       ;; delete files by moving them to the trash
 (setq initial-scratch-message "")                ;; empty scratch buffer
 (setq garbage-collection-messages t)             ;; log when the gc kicks in