From 4cce79552f38739c2a1ab3f6231cd48058cc5424 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Nov 2021 23:08:46 -0600 Subject: Configure +circe-server-buffer-action --- lisp/+circe.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/+circe.el') 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.") (require 'el-patch) (el-patch-feature circe) -(defvar circe-server-buffer-action 'pop-to-buffer-same-window +(defvar +circe-server-buffer-action 'pop-to-buffer-same-window "What to do with `circe-server' buffers when created.") (el-patch-defun circe (network-or-server &rest server-options) @@ -122,7 +122,7 @@ See `circe-network-options' for a list of common options." (circe--server-set-variables options) (circe-reconnect)) (el-patch-swap (pop-to-buffer-same-window buffer) - (funcall circe-server-buffer-action buffer)))) + (funcall +circe-server-buffer-action buffer)))) ;;; Chat commands -- cgit 1.4.1-21-gabe81