summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-31 18:00:06 -0500
committerCase Duckworth2021-03-31 18:00:06 -0500
commit1bc43220a20a3edcede116c53e5a95fdf8cb01dc (patch)
tree1f60c227079ce7d5c28ef8b58075b37d4844c7db
parentTweak debugger (diff)
downloademacs-1bc43220a20a3edcede116c53e5a95fdf8cb01dc.tar.gz
emacs-1bc43220a20a3edcede116c53e5a95fdf8cb01dc.zip
Whitespace
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el index 5cb1b9a..9a5637c 100644 --- a/init.el +++ b/init.el
@@ -391,10 +391,10 @@
391;;;; AVY ... & friends 391;;;; AVY ... & friends
392(setup (:straight avy) 392(setup (:straight avy)
393 (:acdw/map "C-:" avy-goto-char 393 (:acdw/map "C-:" avy-goto-char
394 "C-'" avy-goto-char-timer 394 "C-'" avy-goto-char-timer
395 "M-g f" avy-goto-line 395 "M-g f" avy-goto-line
396 "M-g w" avy-goto-word-1 396 "M-g w" avy-goto-word-1
397 "C-c C-j" avy-resume) 397 "C-c C-j" avy-resume)
398 (eval-after-load "isearch" 398 (eval-after-load "isearch"
399 '(define-key isearch-mode-map (kbd "C-'") #'avy-isearch))) 399 '(define-key isearch-mode-map (kbd "C-'") #'avy-isearch)))
400 400