git-gutter-fringe icon indicating copy to clipboard operation
git-gutter-fringe copied to clipboard

linum-mode in Emacs 29.1

Open lrfinotti opened this issue 10 months ago • 1 comments

Using Debian Sid's version of Emacs (29.1 29.1+1-4), I get:

Error (use-package): git-gutter-fringe/:catch: Symbol’s value as variable is void: global-linum-mode

linum-mode seems to be deprecated now in favor of display-line-numbers-mode...

And, of course, the fringe marks for add/changed/deleted do not show.

My configuration is very simple:

(use-package git-gutter-fringe
  :config
  (global-git-gutter-mode))

lrfinotti avatar Aug 25 '23 11:08 lrfinotti

See https://github.com/emacsorphanage/git-gutter/issues/226#issuecomment-2067494344 for discussion, and a workaround.

may avatar Apr 20 '24 01:04 may