Goodbye Helm, hello Ivy
This commit is contained in:
parent
e8344945f5
commit
bc33e39823
14 changed files with 191 additions and 83 deletions
|
@ -159,6 +159,13 @@
|
|||
:commands (describe-buffer describe-command describe-file
|
||||
describe-keymap describe-option describe-option-of-type))
|
||||
|
||||
(use-package smex
|
||||
:commands (smex smex-major-mode-commands)
|
||||
:config
|
||||
(setq smex-completion-method 'ivy
|
||||
smex-save-file (concat doom-temp-dir "/smex-items"))
|
||||
(smex-initialize))
|
||||
|
||||
|
||||
;;
|
||||
;; Automatic minor modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue