Slowly replace use-package with with-eval-after-load
This commit is contained in:
parent
c7b0c1c6c2
commit
1fe168ccc6
10 changed files with 360 additions and 377 deletions
|
|
@ -9,13 +9,13 @@
|
|||
;; Avy is a navigation manager.
|
||||
|
||||
;;; Code:
|
||||
(use-package avy :ensure t)
|
||||
(require 'icejam-keys-mode)
|
||||
|
||||
(use-package avy :ensure t)
|
||||
(with-eval-after-load 'avy
|
||||
(setq avy-timeout-seconds 1)
|
||||
;; Jump to text in sight with CMD-j
|
||||
(define-key icejam-keys-mode-map [(hyper j)] 'avy-goto-char-timer))
|
||||
|
||||
|
||||
(provide 'icejam-avy)
|
||||
;;; icejam-avy.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue