diff --git a/config.org b/config.org index b250545..08b649f 100644 --- a/config.org +++ b/config.org @@ -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 diff --git a/init.el b/init.el index c3ff980..dca3e7f 100644 --- a/init.el +++ b/init.el @@ -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"])