emacsorphanage / git-gutter-fringe

Fringe version of git-gutter.el
160 stars 18 forks source link

linum-mode in Emacs 29.1 #39

Open lrfinotti opened 1 year ago

lrfinotti commented 1 year ago

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))
may commented 5 months ago

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