projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
97b0b2e
)
emacs: message-mode: use the default fill (of 72) for now
author
Amin Bandali
<bandali@gnu.org>
Thu, 12 Dec 2019 16:58:51 +0000
(11:58 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 12 Dec 2019 16:58:51 +0000
(11:58 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
f2d78f8
..
24d622f
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-266,8
+266,8
@@
(previous-line)
(insert "\n
\f
\n;;; "))
(previous-line)
(insert "\n
\f
\n;;; "))
-(defvar b/fill-column 47
- "My custom `fill-column'.")
+
;;
(defvar b/fill-column 47
+
;;
"My custom `fill-column'.")
(defconst b/asterism "* * *")
(defconst b/asterism "* * *")
@@
-277,7
+277,7
@@
(insert
(concat
"\n\n"
(insert
(concat
"\n\n"
- (make-string (floor (/ (-
b/
fill-column (length b/asterism)) 2))
+ (make-string (floor (/ (- fill-column (length b/asterism)) 2))
?\s)
b/asterism
"\n\n")))
?\s)
b/asterism
"\n\n")))
@@
-2598,8
+2598,8
@@
https://csclub.uwaterloo.ca/~abandali")
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
- (setq-local fill-column b/fill-column
- message-fill-column b/fill-column)
+
;;
(setq-local fill-column b/fill-column
+
;;
message-fill-column b/fill-column)
(make-local-variable 'company-idle-delay)
(setq company-idle-delay 0.2))))
;; :custom-face
(make-local-variable 'company-idle-delay)
(setq company-idle-delay 0.2))))
;; :custom-face