mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(version-control): use diff-hl-margin-mode when running Emacs in a terminal
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
:init
|
||||
(defun siren-turn-on-diff-hl-mode ()
|
||||
(turn-on-diff-hl-mode)
|
||||
(diff-hl-flydiff-mode 1)))
|
||||
(diff-hl-flydiff-mode 1))
|
||||
|
||||
:config
|
||||
(if (not (window-system))
|
||||
(diff-hl-margin-mode 1)))
|
||||
|
||||
(provide 'siren-diff-hl)
|
||||
;;; siren-diff-hl.el ends here
|
||||
|
||||
Reference in New Issue
Block a user