From 78d731e133fcef8464acb1d0eb8a51864d0189cd Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 19 May 2022 20:30:15 -0400 Subject: Drop `csetq' macro and use good old `setq' and `setq-default'. --- .emacs.d/lisp/bandali-message.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.emacs.d/lisp/bandali-message.el') diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 9715d5b..384326f 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -1,6 +1,6 @@ ;;; bandali-message.el --- bandali's message.el setup -*- lexical-binding: t; -*- -;; Copyright (C) 2018-2020 Amin Bandali +;; Copyright (C) 2018-2022 Amin Bandali ;; Author: Amin Bandali ;; Keywords: mail, news @@ -49,7 +49,7 @@ (concat "Hi %F,\n\n" b/message-cite-style-format) b/message-cite-style-format))) "Citation style based on Mozilla Thunderbird's. Use with message-cite-style.") - (csetq + (setq message-elide-ellipsis "[...]\n" ;; message-cite-style 'message-cite-style-bandali message-citation-line-format "%N writes:\n" @@ -71,9 +71,9 @@ ;; footnote ;; (with-eval-after-load 'footnote - ;; (csetq footnote-start-tag "" - ;; footnote-end-tag "" - ;; footnote-style 'unicode)) + ;; (setq footnote-start-tag "" + ;; footnote-end-tag "" + ;; footnote-style 'unicode)) ;; custom newline & reformat function (defun b/message-newline-or-asterism (arg) -- cgit v1.2.3-83-g751a