summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/init.el b/init.el index 441ca35..b5b7a57 100644 --- a/init.el +++ b/init.el
@@ -1198,9 +1198,7 @@ like a dumbass."
1198 (dired-async--modeline-mode -1)))) 1198 (dired-async--modeline-mode -1))))
1199 1199
1200(setup (:straight avy) 1200(setup (:straight avy)
1201 (:global "C-'" avy-goto-char-timer 1201 (:global "C-:" avy-goto-char-timer
1202 "M-g f" avy-goto-line
1203 "M-g w" avy-goto-word-1
1204 "C-c C-j" avy-resume) 1202 "C-c C-j" avy-resume)
1205 1203
1206 (with-eval-after-load "isearch" 1204 (with-eval-after-load "isearch"
@@ -1496,8 +1494,8 @@ browser defined in `browse-url-secondary-browser-function'."
1496 (avy-with link-hint-open-link 1494 (avy-with link-hint-open-link
1497 (link-hint--one (if arg :open-secondary :open)))) 1495 (link-hint--one (if arg :open-secondary :open))))
1498 1496
1499 (:global "C-c C-o" acdw/link-hint-open-link 1497 (setq link-hint-avy-style 'at)
1500 "C-c o" acdw/link-hint-open-link)) 1498 (:global "C-;" acdw/link-hint-open-link))
1501 1499
1502(setup (:straight lua-mode) 1500(setup (:straight lua-mode)
1503 (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))) 1501 (add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode)))