diff options
author | 2021-10-18 21:37:08 -0400 | |
---|---|---|
committer | 2021-10-18 21:37:08 -0400 | |
commit | 12e6cf3c7161e08802bd6399a19936d009188b50 (patch) | |
tree | 007a08ac4953346ba2a065cc4be322dc2b85af5b /.emacs.d/lisp | |
parent | 317c1685dfefd82a37590c5709bdb437b254dc11 (diff) | |
download | configs-12e6cf3c7161e08802bd6399a19936d009188b50.tar.gz configs-12e6cf3c7161e08802bd6399a19936d009188b50.tar.xz configs-12e6cf3c7161e08802bd6399a19936d009188b50.zip |
emacs: update package versions, ditch orgalist, remove deprecated commented pinentry bits
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/bandali-message.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index f4e7f74..9715d5b 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -75,15 +75,6 @@ ;; footnote-end-tag "" ;; footnote-style 'unicode)) - ;; orgalist - (add-hook 'message-mode-hook - (lambda () - ;; work around incompatibility between - ;; orgalist and yasnippet - (yas-minor-mode -1) - (orgalist-mode 1) - (yas-minor-mode 1))) - ;; custom newline & reformat function (defun b/message-newline-or-asterism (arg) "Create newlines per my liking or insert asterism if ARG is |