Setup ivy pass

This commit is contained in:
Curt Spark 2024-12-12 19:38:47 +00:00
parent 9cd6c8a5ac
commit d68caf2ddb
2 changed files with 5 additions and 1 deletions

View File

@ -615,6 +615,10 @@ Install the package, enable it and ensure that it always is installed, and then
;; :bind
;; ("C-s" . swiper)
)
;; Ivy Pass - GNU Pass integrated into Ivy
(use-package ivy-pass
:ensure t)
#+END_SRC
Ivy Configuration

View File

@ -55,7 +55,7 @@
'(jdee-db-spec-breakpoint-face-colors (cons "#030100" "#100e0d"))
'(objed-cursor-color "#874804")
'(package-selected-packages
'(lsp-sourcekit ranger omnisharp csharp-mode bug-hunter ewal-doom-themes ewal-evil-cursors ewal-spacemacs-themes ewal org-bullets company flyspell-correct-ivy evil ivy which-key use-package))
'(ivy-pass lsp-sourcekit ranger omnisharp csharp-mode bug-hunter ewal-doom-themes ewal-evil-cursors ewal-spacemacs-themes ewal org-bullets company flyspell-correct-ivy evil ivy which-key use-package))
'(pdf-view-midnight-colors '("#655370" . "#fbf8ef"))
'(rustic-ansi-faces
["#040201" "#874804" "#813c07" "#a45101" "#A76A19" "#D76C03" "#F09010" "#e8c99f"])