From e007e631fd1c85ab0dc19d34969c0d45d0044359 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 9 Aug 2023 04:15:29 +0300 Subject: emacs: Update pass launcher --- emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.org b/emacs.org index 723045c..32b4934 100755 --- a/emacs.org +++ b/emacs.org @@ -245,7 +245,7 @@ Generate a random password between 20 and 40 characters ("COPY" #'password-store-copy) ("EDIT" #'password-store-edit) ("GENERATE" #'password-store-generate)))) - (funcall action (ivy-read "Search: " (password-store-list))) + (funcall action (completing-read "Search: " (password-store-list))) (delete-frame))))))) #+end_src ** Keybindings @@ -262,7 +262,7 @@ Generate a random password between 20 and 40 characters (defun thanos/app-launcher () "Launch Emacs as an Application Launcher." (interactive) - (let* ((ivy-height 100)) + (let ((ivy-height 100)) (unwind-protect (with-selected-frame (make-frame '((name . "thanos/emacs-launcher") -- cgit v1.2.3