summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-02 08:50:33 +0300
committerThanos Apollo <[email protected]>2024-06-02 08:50:33 +0300
commitba9ec4c67ca018712ebb1762f81791d0432bea07 (patch)
treea5a4bf2b7804833753c7eb499402d11c75ee05a8
parent8fe17b8f8650414b99f7871c8f28a1365b5e7752 (diff)
emacs: Fix typos & adjust thanos/pass-autotype
-rw-r--r--.config/emacs/init.el17
1 files changed, 3 insertions, 14 deletions
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