about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-03 16:53:59 -0500
committerCase Duckworth2021-09-03 16:53:59 -0500
commiteaca079a4356cb8d269273b3c2240dcaee410ca7 (patch)
tree820bea1520ffa3a6ae1eb1d4e30a02ba3409b83c /init.el
parentAdd TODO.org (diff)
downloademacs-eaca079a4356cb8d269273b3c2240dcaee410ca7.tar.gz
emacs-eaca079a4356cb8d269273b3c2240dcaee410ca7.zip
Fix formatting and add tracking
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/init.el b/init.el index 1dac20c..d20b1a8 100644 --- a/init.el +++ b/init.el
@@ -1308,15 +1308,17 @@ like a dumbass."
1308 circe-format-action 1308 circe-format-action
1309 (lambda (&rest plist) 1309 (lambda (&rest plist)
1310 (concat 1310 (concat
1311 (acdw-irc/margin-format (plist-get plist :nick) "*" " *" t) 1311 (acdw-irc/margin-format "" "*" "*" t)
1312 " " 1312 " "
1313 (plist-get plist :nick) " "
1313 (plist-get plist :body))) 1314 (plist-get plist :body)))
1314 1315
1315 circe-format-self-action 1316 circe-format-self-action
1316 (lambda (&rest plist) 1317 (lambda (&rest plist)
1317 (concat 1318 (concat
1318 (acdw-irc/margin-format (plist-get plist :nick) "-*" " *" t) 1319 (acdw-irc/margin-format "" "-*" " *" t)
1319 " " 1320 " "
1321 (plist-get plist :nick) " "
1320 (plist-get plist :body))) 1322 (plist-get plist :body)))
1321 1323
1322 lui-fill-type (repeat-string acdw-irc/left-margin " ")) 1324 lui-fill-type (repeat-string acdw-irc/left-margin " "))
@@ -1335,7 +1337,8 @@ like a dumbass."
1335 word-wrap t 1337 word-wrap t
1336 wrap-prefix (repeat-string 1338 wrap-prefix (repeat-string
1337 acdw-irc/left-margin " ") 1339 acdw-irc/left-margin " ")
1338 line-number-mode nil)))) 1340 line-number-mode nil)
1341 (enable-lui-track))))
1339 1342
1340(setup (:straight crux) 1343(setup (:straight crux)
1341 1344