aboutsummaryrefslogtreecommitdiffstats
path: root/oni-circe.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-08-27 12:03:12 -0700
committerGravatar Tom Willemse2021-08-27 12:03:12 -0700
commit9f3c9947b6c9469dd6527cb480a9b211c50e506d (patch)
tree0b4854dcc03d282cee3a833ea3c8e61e9e1d3379 /oni-circe.el
parent4e3f94b134f804e8cf7271aeef76d532908ce942 (diff)
downloademacs-config-9f3c9947b6c9469dd6527cb480a9b211c50e506d.tar.gz
emacs-config-9f3c9947b6c9469dd6527cb480a9b211c50e506d.zip
[oni-circe] Enable ‘olivetti-mode’
Diffstat (limited to 'oni-circe.el')
-rw-r--r--oni-circe.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-circe.el b/oni-circe.el
index 672dca0..d3cfbf5 100644
--- a/oni-circe.el
+++ b/oni-circe.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0715.222837
-;; Package-Requires: (circe oni-lui circe-serenity)
+;; Version: 2021.0827.120150
+;; Package-Requires: (circe oni-lui circe-serenity olivetti)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -141,5 +141,7 @@ which may be encrypted."
;;(advice-add 'tracking-status :around #'jjf-external-tracking-advice)
;;(add-hook 'kill-emacs-hook 'oni:clear-irc-mowedline-widget)
+(add-hook 'circe-channel-mode-hook 'olivetti-mode)
+
(provide 'oni-circe)
;;; oni-circe.el ends here