diff options
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 | 
