summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-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))