docs(emacs): move most keybindings to same file
All general keybindings (not linked to a specific mode) are now defined in keybindings.org in neatly displayed tables.
This commit is contained in:
@@ -301,10 +301,5 @@ you’re not sure or if you don’t remember what your snippet is.
|
||||
(use-package ivy-yasnippet
|
||||
:defer t
|
||||
:after (ivy yasnippet)
|
||||
:straight (:build t)
|
||||
:general
|
||||
(phundrak/leader-key
|
||||
:infix "i"
|
||||
:packages 'ivy-yasnippet
|
||||
"y" #'ivy-yasnippet))
|
||||
:straight (:build t))
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user