summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2025-03-18 22:26:19 +0100
committerAlan Pearce2025-03-18 22:26:19 +0100
commit8ba65b8db5fd127d28f5f73d57bd9f252333a339 (patch)
tree083113436185ed0db7723f13db2c43e03f14e370 /user
parentbf4221a937ac8dc9f6b560c7f62b96e87ff30cda (diff)
downloadnixfiles-8ba65b8db5fd127d28f5f73d57bd9f252333a339.tar.lz
nixfiles-8ba65b8db5fd127d28f5f73d57bd9f252333a339.tar.zst
nixfiles-8ba65b8db5fd127d28f5f73d57bd9f252333a339.zip
emacs: bind `g .` to code actions menu
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index a2a7f5c4..aa44144f 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -467,6 +467,7 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
   (:states 'normal
            ";" #'evil-ex)
   (:states '(normal)
+           "g ." #'my/ls-code-actions
            "g s" #'consult-imenu
            "g S" #'my/ls-consult-symbol))