all repos — nixfiles @ 8ba65b8db5fd127d28f5f73d57bd9f252333a339

System and user configuration, managed by nix and home-manager

emacs: bind `g .` to code actions menu

Alan Pearce
commit

8ba65b8db5fd127d28f5f73d57bd9f252333a339

parent

bf4221a937ac8dc9f6b560c7f62b96e87ff30cda

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -467,6 +467,7 @@ "C-;" #'evil-avy-goto-line)
(:states 'normal ";" #'evil-ex) (:states '(normal) + "g ." #'my/ls-code-actions "g s" #'consult-imenu "g S" #'my/ls-consult-symbol))