diff options
author | bd <bdunahu@operationnull.com> | 2024-12-25 02:11:51 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-25 02:11:51 -0700 |
commit | 2de71293a977606d805f87a72954300b22aa87df (patch) | |
tree | fa63de277265893273612fc87e15d8630b0752bb /.config/emacs/modules/bd--gpg.el | |
parent | 349760402b26534bed22fe593da5a061404f2ddc (diff) |
solve (most) warnings, shackle->display-buffer-alist
Diffstat (limited to '.config/emacs/modules/bd--gpg.el')
-rw-r--r-- | .config/emacs/modules/bd--gpg.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--gpg.el b/.config/emacs/modules/bd--gpg.el index 827d0d0..5fb1ac8 100644 --- a/.config/emacs/modules/bd--gpg.el +++ b/.config/emacs/modules/bd--gpg.el @@ -4,8 +4,6 @@ (require 'f) -(require 'selector) - (defvar bd/password-store-kill-ring-pointer nil "The tail of the kill ring whose car is the password.") (defvar bd/password-store-time-before-clear 10 |