summary refs log tree commit diff stats
path: root/lisp/acdw-modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-24 17:08:32 -0500
committerCase Duckworth2021-05-24 17:08:32 -0500
commit1a20d6329e567d9d998ac27a7fc3e6fd39c7fb59 (patch)
tree1e2ad272d64e466ed58706087e47c528fd0d93b7 /lisp/acdw-modeline.el
parentRemove modeline customization in acdw/reading-mode (diff)
downloademacs-1a20d6329e567d9d998ac27a7fc3e6fd39c7fb59.tar.gz
emacs-1a20d6329e567d9d998ac27a7fc3e6fd39c7fb59.zip
Further customize ERC
I also added acdw-erc.el.
Diffstat (limited to 'lisp/acdw-modeline.el')
-rw-r--r--lisp/acdw-modeline.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index d5589a9..ccc07cb 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -32,7 +32,8 @@
32 32
33(defun acdw-modeline/erc () 33(defun acdw-modeline/erc ()
34 "ERC indicator for the modeline." 34 "ERC indicator for the modeline."
35 (format-mode-line erc-modified-channels-object)) 35 (when (boundp 'erc-modified-channels-object)
36 (format-mode-line erc-modified-channels-object)))
36 37
37(defun acdw-modeline/god-mode-indicator () 38(defun acdw-modeline/god-mode-indicator ()
38 (when (bound-and-true-p god-local-mode) 39 (when (bound-and-true-p god-local-mode)