diff options
author | bd <bdunahu@operationnull.com> | 2024-06-03 23:27:47 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-04 02:26:57 -0600 |
commit | a8bcda5d7dc0b05c2b8ea7375ae79c2a0c4c7a2e (patch) | |
tree | 0d98e683efa6b1ee724f22eb3acc7f0901b242a7 /.config/emacs/modules/bd--essentials.el | |
parent | 7c2478b08e616b2f4155355cc128bd2fb1d879d1 (diff) |
xorg->wayland, dwm->dwl, vali only to usable
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r-- | .config/emacs/modules/bd--essentials.el | 10 |
1 files changed, 9 insertions, 1 deletions
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 |