summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-09 04:15:29 +0300
committerThanos Apollo <[email protected]>2023-08-09 04:15:44 +0300
commite007e631fd1c85ab0dc19d34969c0d45d0044359 (patch)
treeadeb12b028a13b45fafcba19e5df2a992e6f8974
parent1ffaf33f70039dcf3894a1b0215d98c0f9775e60 (diff)
emacs: Update pass launcher
-rwxr-xr-xemacs.org4
1 files 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")