Prefer setopt to :custom from use-package
All checks were successful
/ Test config on 20 (push) Successful in 26s
All checks were successful
/ Test config on 20 (push) Successful in 26s
The following does not provide completion for variables: (use-package thing :custom (thing-thing :ok))
This commit is contained in:
parent
ba82470bea
commit
a68257ee41
24 changed files with 313 additions and 266 deletions
|
|
@ -12,7 +12,8 @@
|
|||
(require 'icejam-keys-mode)
|
||||
|
||||
(use-package avy :ensure t :defer t
|
||||
:custom (avy-timeout-seconds 1 "Wait for 1 second for candidates")
|
||||
:config
|
||||
(setopt avy-timeout-seconds 1) ;; Wait for 1 second for candidates
|
||||
:bind (:map icejam-keys-mode-map
|
||||
;; Jump to text in sight with CMD-j
|
||||
([(hyper j)] . avy-goto-char-timer)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue