Browse Source

Fix iy-go-to-char not using load-user-file

master
Macoy Madson 2 years ago
parent
commit
2097d55a41
  1. 2
      Emacs/navigation.el

2
Emacs/navigation.el

@ -78,7 +78,7 @@
)
;; Go to char. This is like avy quick jump but instead just goes to the next one, not any onscreen
(when (load-file "iy-go-to-char/iy-go-to-char.el")
(when (load-user-file "iy-go-to-char/iy-go-to-char.el")
(define-key iy-go-to-char-keymap (kbd "C-g") 'iy-go-to-char-done)
(defun macoy-iy-go-to-char-regular-mode ()
(interactive)

Loading…
Cancel
Save