Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -9,12 +9,13 @@
|
|||
;; Avy is a navigation manager.
|
||||
|
||||
;;; Code:
|
||||
(use-package avy :straight t :defer t
|
||||
:config
|
||||
(use-package avy :ensure t)
|
||||
|
||||
(with-eval-after-load 'avy
|
||||
(setq avy-timeout-seconds 1)
|
||||
:bind (:map icejam-keys-mode-map
|
||||
([(hyper j)] . avy-goto-char-timer)) ;; Jump to text.
|
||||
)
|
||||
;; 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