summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-08-06 22:49:45 -0500
committerCase Duckworth2021-08-06 22:49:45 -0500
commit721441893f0b68689f51dea3b8d0fd6109c78f57 (patch)
tree86aa4dd126b0aca14baa6abdc95b6127877d033e
parentConfigure vertico (diff)
downloademacs-721441893f0b68689f51dea3b8d0fd6109c78f57.tar.gz
emacs-721441893f0b68689f51dea3b8d0fd6109c78f57.zip
Add `lacarte'
A menu system using `completing-read'.
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d4ca71b..cd4359e 100644 --- a/init.el +++ b/init.el
@@ -1056,6 +1056,9 @@ if ripgrep is installed, otherwise `consult-grep'."
1056(setup (:straight iscroll) 1056(setup (:straight iscroll)
1057 (:hook-into text-mode)) 1057 (:hook-into text-mode))
1058 1058
1059(setup (:straight lacarte)
1060 (:global "<f10>" lacarte-execute-menu-command))
1061
1059(setup (:straight ledger-mode) 1062(setup (:straight ledger-mode)
1060 (:needs "ledger")) 1063 (:needs "ledger"))
1061 1064