summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-05-23 20:24:00 -0500
committerCase Duckworth2021-05-23 20:24:00 -0500
commitebf034c0104b92104b923c038785b179fc2176e7 (patch)
treef79f2da39e59f9752a6835d82f666ce42bfb9c0b
parentRemove crux-reopen-as-root-mode (diff)
downloademacs-ebf034c0104b92104b923c038785b179fc2176e7.tar.gz
emacs-ebf034c0104b92104b923c038785b179fc2176e7.zip
Reindent
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index 1588b22..b8002a3 100644 --- a/init.el +++ b/init.el
@@ -271,8 +271,8 @@
271 (defun erc-update-header-line-show-disconnected () 271 (defun erc-update-header-line-show-disconnected ()
272 "Use a different face in the header-line when disconnected." 272 "Use a different face in the header-line when disconnected."
273 (erc-with-server-buffer 273 (erc-with-server-buffer
274 (cond ((erc-server-process-alive) 'erc-header-line) 274 (cond ((erc-server-process-alive) 'erc-header-line)
275 (t 'erc-header-line-disconnected)))) 275 (t 'erc-header-line-disconnected))))
276 276
277 (:option erc-header-line-face-method 277 (:option erc-header-line-face-method
278 #'erc-update-header-line-show-disconnected)) 278 #'erc-update-header-line-show-disconnected))