From 2ab33a64ab44c060d4f917c810131109f4693201 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Jun 2022 09:34:46 +0300 Subject: emacs: disable vc-mode, drop sizer indication Sponsored-by: author --- emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index b416f21..b60b2d8 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -185,7 +185,7 @@ (set-default 'truncate-lines t) ;; Show size in mode line. -(size-indication-mode) +;;(size-indication-mode) ;; Highlight current line. (add-hook 'text-mode-hook 'hl-line-mode) @@ -253,6 +253,9 @@ (add-hook 'text-mode-hook 'show-paren-mode) (add-hook 'prog-mode-hook 'show-paren-mode) +;; Disable vc-mode: I prefer magit, and I only use git. +(setq vc-handled-backends nil) + (provide 'init) ;;; init.el ends here -- cgit v1.2.1