diff options
author | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
commit | 05791ee8b63f37513fb1eaf1dcef77de5227994d (patch) | |
tree | 90c2c3838945b91f7ce26821b1f3d0d5a83db12c /.config/emacs/modules/bd--essentials.el | |
parent | 70507e97d5a5523c2667638f09208d47fdbcf670 (diff) |
read desc: browsing+bookmarking interface, remove popper, no work...
browsing+bookmarking interface, remove popper, no workspaces only tabs, custom password-store, exwm use window title, colonq selector, theme changes
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r-- | .config/emacs/modules/bd--essentials.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index 04fc3a2..e8ea502 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -30,21 +30,6 @@ (advice-add command :after #'pulse-line)) -;;;; insecure passwording -(use-package pinentry - :config - (pinentry-start) - :custom - (pinentry-popup-prompt-window nil)) - -(defun pinentry-toggle () - "Stops and starts Pinentry service. Workaround -for a bug I've encountered." - (interactive) - (pinentry-stop) - (pinentry-start)) - - ;;;; defaults ;; basic editing (setopt kill-whole-line t |