mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-01-19 11:54:02 -05:00
emacs: revert default git-gutter style
This commit is contained in:
parent
451bec8b33
commit
b81318a839
@ -57,6 +57,10 @@
|
|||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
(setq global-hl-line-modes nil)
|
(setq global-hl-line-modes nil)
|
||||||
|
|
||||||
|
;; Git-gutter
|
||||||
|
(after! git-gutter
|
||||||
|
(setq +vc-gutter-default-style nil))
|
||||||
|
|
||||||
;; Indent
|
;; Indent
|
||||||
(setq-default
|
(setq-default
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
treemacs ; a project drawer, like neotree but cooler
|
treemacs ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
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
|
(window-select ; visually switch windows
|
||||||
+numbers)
|
+numbers)
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
|
Loading…
Reference in New Issue
Block a user