From ba9ec4c67ca018712ebb1762f81791d0432bea07 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 2 Jun 2024 08:50:33 +0300 Subject: emacs: Fix typos & adjust thanos/pass-autotype --- .config/emacs/init.el | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 1d75eed..57cd8fa 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -960,8 +960,8 @@ By default, returns all jabber related buffers format." ;; Sync gnosis on startup (gnosis-vc-pull) - (use-package pcmpl-taiscale - :straight (pcmpl-taiscale :local-repo "~/Dev/emacs-lisp/pcmpl-taiscale") + (use-package pcmpl-tailscale + :straight (pcmpl-tailscale :local-repo "~/Dev/emacs-lisp/pcmpl-tailscale") :ensure nil)) ;; Emacs dev @@ -1022,17 +1022,6 @@ By default, returns all jabber related buffers format." :map mu4e-headers-mode-map ("M-s" . 'consult-mu))) -;; Guix Setup -;; Yasnippet configuration -(with-eval-after-load 'yasnippet - (add-to-list 'yas-snippet-dirs "~/Dev/guile/guix/etc/snippets/yas")) -;; ;; Tempel configuration -;; (with-eval-after-load 'tempel -;; ;; Ensure tempel-path is a list -- it may also be a string. -;; (unless (listp 'tempel-path) -;; (setq tempel-path (list tempel-path))) -;; (add-to-list 'tempel-path "~/Dev/guile/guix/etc/snippets/tempel/*")) - (use-package yaml-mode :defer t) @@ -1338,7 +1327,7 @@ Create a temporary frame to execute BODY, which will then be deleted." (defun thanos/pass-autotype (&optional entry) "Autotype password ENTRY." - (let* ((entry (or entry (password-store--completing-read t))) + (let* ((entry (or entry (completing-read "Select entry: " (password-store-list)))) (user (password-store-get-field entry "user")) (pass (password-store-get entry))) (start-process-shell-command -- cgit v1.2.3