summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-14 20:34:46 -0500
committerCase Duckworth2021-10-14 20:34:46 -0500
commit0f7eb8bee927165e975eb43a0f92acb855033ef9 (patch)
tree86d402f08609d1039abe2658b308a5f2cab30128 /init.el
parentReënable circe-chat@set-prompt (diff)
downloademacs-0f7eb8bee927165e975eb43a0f92acb855033ef9.tar.gz
emacs-0f7eb8bee927165e975eb43a0f92acb855033ef9.zip
Quit all circe buffers on quit
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/init.el b/init.el index e015729..c2a3579 100644 --- a/init.el +++ b/init.el
@@ -1261,7 +1261,13 @@ specific to most general, they are these:
1261 nyan-mode nil 1261 nyan-mode nil
1262 line-number-mode nil 1262 line-number-mode nil
1263 column-number-mode nil 1263 column-number-mode nil
1264 file-percentage-mode nil))) 1264 file-percentage-mode nil))
1265
1266 (add-hook 'kill-emacs-hook
1267 (defun circe-quit-all ()
1268 (ignore-errors
1269 (advice-remove 'circe-command-GQUIT 'circe-gquit@kill-buffer)
1270 (circe-command-GQUIT "Quitting Emacs, bye!")))))
1265 1271
1266(setup (:straight (command-log-mode 1272(setup (:straight (command-log-mode
1267 :host github 1273 :host github