mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-vcs: mention how to put the git gutter outside the margins
This commit is contained in:
@ -18,6 +18,9 @@
|
|||||||
(require 'git-gutter-fringe)
|
(require 'git-gutter-fringe)
|
||||||
(def-popup! "^\\*git-gutter.+\\*$" :align below :size 15 :noselect t :regexp t)
|
(def-popup! "^\\*git-gutter.+\\*$" :align below :size 15 :noselect t :regexp t)
|
||||||
|
|
||||||
|
;; NOTE If you want the git gutter to be on the outside of the margins (rather
|
||||||
|
;; than inside), `fringes-outside-margins' should be non-nil.
|
||||||
|
|
||||||
;; colored fringe "bars"
|
;; colored fringe "bars"
|
||||||
(define-fringe-bitmap 'git-gutter-fr:added
|
(define-fringe-bitmap 'git-gutter-fr:added
|
||||||
[224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224]
|
[224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224 224]
|
||||||
|
Reference in New Issue
Block a user