Wilfred / elisp-refs

semantic code search for emacs lisp
119 stars 18 forks source link

Define elisp-refs-mode-map using defvar #20

Closed tarsius closed 6 years ago

tarsius commented 6 years ago

This makes it possible for contributors to do eval-buffer without discarding their personal key bindings every time.

Could you please do that for your other packages too? At least helpful does the same thing.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 75.628% when pulling 3aa49c3337fb1371717809d9fe0f2789f1ef10d7 on tarsiiformes:map-defvar into 7faa17293b8fc9e4b5c98a0dbe53bf3c2705a3f2 on Wilfred:master.

Wilfred commented 6 years ago

Thanks, I agree that's better :). I've updated Helpful too.