refactor(wpcarro/emacs): Move ivy-pass to ui.el
Alongside other ivy use-package declarations. Change-Id: I5a60c06f287146ecd671ec9a5d8299539ea89dea Reviewed-on: https://cl.tvl.fyi/c/depot/+/5036 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
6982ee618d
commit
3828bf4e18
2 changed files with 2 additions and 3 deletions
|
@ -177,9 +177,6 @@
|
|||
;; Ensure exwm apps open in char-mode.
|
||||
(add-hook 'exwm-manage-finish-hook #'window-manager--char-mode)
|
||||
|
||||
;; Interface to the Linux password manager
|
||||
;; TODO: Consider writing a better client for this.
|
||||
(use-package ivy-pass)
|
||||
|
||||
;; TODO: How do I handle this dependency?
|
||||
(defconst window-manager--preferred-browser "google-chrome"
|
||||
|
|
|
@ -112,6 +112,8 @@
|
|||
(ivy-prescient-mode 1)
|
||||
(prescient-persist-mode 1))
|
||||
|
||||
(use-package ivy-pass)
|
||||
|
||||
;; all-the-icons
|
||||
(use-package all-the-icons
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue