nonsequitur / git-gutter-plus

146 stars 17 forks source link

Symbol's function definition is void: global-git-gutter+-mode #14

Closed firedev closed 9 years ago

firedev commented 9 years ago

Hi,

I suggest to change docs to something like the following to prevent function definition is void error. Thanks.

(add-hook 'after-init-hook 'global-git-gutter+-mode)

I am using Emacs 25.

nonsequitur commented 9 years ago

The docs assume you've installed git-gutter via the package manager. (global-git-gutter+-mode t) should then just work after initializing the package manager with (package-initialize). Is this broken on Emacs 25?

firedev commented 9 years ago

I have installed it from Melpa but then had to do add a hook to make it work.

nonsequitur commented 9 years ago

I'll close this for now. This is probably a bug in Emacs 25 that will be fixed before the final release.