diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 26474b8..f3851f8 100644 --- a/init.el +++ b/init.el | |||
@@ -607,6 +607,7 @@ like a dumbass." | |||
607 | (:bind "RET" reb-replace-regexp | 607 | (:bind "RET" reb-replace-regexp |
608 | "M-n" reb-next-match | 608 | "M-n" reb-next-match |
609 | "M-p" reb-prev-match | 609 | "M-p" reb-prev-match |
610 | "C-g" reb-quit | ||
610 | "C-c C-k" reb-quit)))) | 611 | "C-c C-k" reb-quit)))) |
611 | 612 | ||
612 | (setup (:require recentf) | 613 | (setup (:require recentf) |
@@ -1057,6 +1058,9 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1057 | (setup (:straight iscroll) | 1058 | (setup (:straight iscroll) |
1058 | (:hook-into text-mode)) | 1059 | (:hook-into text-mode)) |
1059 | 1060 | ||
1061 | (setup (:straight lacarte) | ||
1062 | (:global "<f10>" lacarte-execute-menu-command)) | ||
1063 | |||
1060 | (setup (:straight ledger-mode) | 1064 | (setup (:straight ledger-mode) |
1061 | (:needs "ledger")) | 1065 | (:needs "ledger")) |
1062 | 1066 | ||