summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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