about summary refs log tree commit diff stats
path: root/lisp/+circe.el
diff options
context:
space:
mode:
authorCase Duckworth2021-11-22 23:08:46 -0600
committerCase Duckworth2021-11-22 23:09:06 -0600
commit4cce79552f38739c2a1ab3f6231cd48058cc5424 (patch)
tree446524c896c845850d79f3e632218c640ac57356 /lisp/+circe.el
parentAdd cape (diff)
downloademacs-4cce79552f38739c2a1ab3f6231cd48058cc5424.tar.gz
emacs-4cce79552f38739c2a1ab3f6231cd48058cc5424.zip
Configure +circe-server-buffer-action
Diffstat (limited to 'lisp/+circe.el')
-rw-r--r--lisp/+circe.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/+circe.el b/lisp/+circe.el index 1403af8..fc8d0be 100644 --- a/lisp/+circe.el +++ b/lisp/+circe.el
@@ -91,7 +91,7 @@ message the current topic.")
91(require 'el-patch) 91(require 'el-patch)
92 92
93(el-patch-feature circe) 93(el-patch-feature circe)
94(defvar circe-server-buffer-action 'pop-to-buffer-same-window 94(defvar +circe-server-buffer-action 'pop-to-buffer-same-window
95 "What to do with `circe-server' buffers when created.") 95 "What to do with `circe-server' buffers when created.")
96 96
97(el-patch-defun circe (network-or-server &rest server-options) 97(el-patch-defun circe (network-or-server &rest server-options)
@@ -122,7 +122,7 @@ See `circe-network-options' for a list of common options."
122 (circe--server-set-variables options) 122 (circe--server-set-variables options)
123 (circe-reconnect)) 123 (circe-reconnect))
124 (el-patch-swap (pop-to-buffer-same-window buffer) 124 (el-patch-swap (pop-to-buffer-same-window buffer)
125 (funcall circe-server-buffer-action buffer)))) 125 (funcall +circe-server-buffer-action buffer))))
126 126
127;;; Chat commands 127;;; Chat commands
128 128