diff options
author | Case Duckworth | 2021-05-26 07:32:36 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-26 07:32:36 -0500 |
commit | 9a35749a3e2e33d83ef52f0458c48c2857b7eaa4 (patch) | |
tree | 35a9fa4f2ac2b4db618e4b295e45f35d436c9b12 | |
parent | Keep configuring erc (diff) | |
download | emacs-9a35749a3e2e33d83ef52f0458c48c2857b7eaa4.tar.gz emacs-9a35749a3e2e33d83ef52f0458c48c2857b7eaa4.zip |
Add `xr'
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index a5f1f06..a6ec16e 100644 --- a/init.el +++ b/init.el | |||
@@ -1209,6 +1209,8 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1209 | 1209 | ||
1210 | (winum-mode +1)) | 1210 | (winum-mode +1)) |
1211 | 1211 | ||
1212 | (setup (:straight xr)) | ||
1213 | |||
1212 | (setup (:straight zzz-to-char) | 1214 | (setup (:straight zzz-to-char) |
1213 | (defun acdw/zzz-up-to-char (prefix) | 1215 | (defun acdw/zzz-up-to-char (prefix) |
1214 | "Call `zzz-up-to-char', unless issued a PREFIX, in which case | 1216 | "Call `zzz-up-to-char', unless issued a PREFIX, in which case |