emacs: enable vc and vc-gutter modules

I disabled them on previous machine with spinning rust. This
machine (hermes) with SSD has proven capable of handling much higher
filesystem throughput, so I'm pushing it to see how far I can go without
impeding experience.
This commit is contained in:
Payas Relekar 2023-06-02 19:04:39 +05:30
parent 57eda0f3c3
commit 66ed44c0b1

View file

@ -40,7 +40,7 @@
;; indent-guides ; highlighted indent columns
;; ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
modeline ; snazzy, Atom-inspired modeline, plus API
nav-flash ; blink cursor line after big motions
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
@ -49,7 +49,7 @@
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
;; unicode ; extended unicode support for various languages
;; vc-gutter ; vcs diff in the fringe
vc-gutter ; vcs diff in the fringe
;;tilde-vi-fringe ; fringe tildes to mark beyond EOB
window-select ; visually switch windows
;;workspaces ; tab emulation, persistence & separate workspaces
@ -78,7 +78,7 @@
(undo ; persistent, smarter undo for your inevitable mistakes
+tree)
;; vc ; version-control and Emacs, sitting in a tree
vc ; version-control and Emacs, sitting in a tree
:term
;;eshell ; the elisp shell that works everywhere