We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+/-/!
1 parent 05e33d3 commit 18fd96bCopy full SHA for 18fd96b
modules/me-vc.el
@@ -166,6 +166,9 @@ to `conventional' or `prefix'."
166
:hook (minemacs-first-file . global-diff-hl-mode)
167
:hook (diff-hl-mode . +diff-hl-update-on-buffer-change)
168
:hook (dired-mode . diff-hl-dired-mode)
169
+ :custom
170
+ ;; Don't show symbols in the margin for addition, deletion and change
171
+ (diff-hl-margin-symbols-alist '((insert . " ") (delete . " ") (change . " ") (unknown . "?") (ignored . "i")))
172
:config
173
;; BUG+HACK: After commiting changes from `magit' and switching back to the
174
;; buffer, the diff-hl doesn't go away until an input happens. This hook will
0 commit comments