feat(diff-hl): new symbols for the 'git-gutter'
This commit is contained in:
committed by
Rahul M. Juliato
parent
25d77fed2b
commit
f02bb2273a
8
init.el
8
init.el
@@ -801,14 +801,14 @@
|
|||||||
(diff-hl-margin-mode))) ;; Show diff indicators in the margin.
|
(diff-hl-margin-mode))) ;; Show diff indicators in the margin.
|
||||||
:custom
|
:custom
|
||||||
(diff-hl-side 'left) ;; Set the side for diff indicators.
|
(diff-hl-side 'left) ;; Set the side for diff indicators.
|
||||||
(diff-hl-margin-symbols-alist '((insert . "│") ;; Customize symbols for each change type.
|
(diff-hl-margin-symbols-alist '((insert . "┃") ;; Customize symbols for each change type.
|
||||||
(delete . "-")
|
(delete . "-")
|
||||||
(change . "│")
|
(change . "┃")
|
||||||
(unknown . "?")
|
(unknown . "┆")
|
||||||
(ignored . "i"))))
|
(ignored . "i"))))
|
||||||
|
|
||||||
|
|
||||||
;;; Magit
|
;;; MAGIT
|
||||||
;; `magit' is a powerful Git interface for Emacs that provides a complete
|
;; `magit' is a powerful Git interface for Emacs that provides a complete
|
||||||
;; set of features to manage Git repositories. With its intuitive interface,
|
;; set of features to manage Git repositories. With its intuitive interface,
|
||||||
;; you can easily stage, commit, branch, merge, and perform other Git
|
;; you can easily stage, commit, branch, merge, and perform other Git
|
||||||
|
|||||||
Reference in New Issue
Block a user