From a8bcda5d7dc0b05c2b8ea7375ae79c2a0c4c7a2e Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 3 Jun 2024 23:27:47 -0600 Subject: xorg->wayland, dwm->dwl, vali only to usable --- .config/emacs/modules/bd--essentials.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--essentials.el') diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index de72c20..49e50e3 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -18,10 +18,18 @@ (pulse-momentary-highlight-one-line (point))) (dolist (command '(scroll-up-command scroll-down-command - recenter-top-bottom other-window)) + recenter-top-bottom other-window)) (advice-add command :after #'pulse-line)) +;;;; insecure passwording +(use-package pinentry + :init + (pinentry-start) + :custom + (pinentry-popup-prompt-window nil)) + + ;;;; defaults ;; basic editing (setopt kill-whole-line t -- cgit v1.2.3