Setup ivy pass
This commit is contained in:
parent
9cd6c8a5ac
commit
d68caf2ddb
|
|
@ -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
|
||||
|
|
|
|||
2
init.el
2
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"])
|
||||
|
|
|
|||
Loading…
Reference in New Issue