mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
emacs: revert default git-gutter style
This commit is contained in:
parent
2c192cfea6
commit
8b7d7766f9
@ -57,6 +57,10 @@
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq global-hl-line-modes nil)
|
||||
|
||||
;; Git-gutter
|
||||
(after! git-gutter
|
||||
(setq +vc-gutter-default-style nil))
|
||||
|
||||
;; Indent
|
||||
(setq-default
|
||||
indent-tabs-mode nil
|
||||
|
@ -55,7 +55,7 @@
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
;;vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
(window-select ; visually switch windows
|
||||
+numbers)
|
||||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
|
Loading…
Reference in New Issue
Block a user