From 083c922ebcece6fc7a7545225d1096d0d49d95c3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 15 Sep 2021 17:33:12 -0500 Subject: Patch circe --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4a4c57c..1f03fad 100644 --- a/init.el +++ b/init.el @@ -243,7 +243,9 @@ AKA, DO NOT USE THIS FUNCTION!!!" ;; TODO: irc.chat.twitch.tv ) circe-reduce-lurker-spam t - circe-server-auto-join-default-type :after-auth) + circe-server-auto-join-default-type :after-auth + circe-server-buffer-action (lambda (buf) + (message "Connected to %s" buf))) ;; (:face circe-nick-highlight-face ;; ((t (:inherit (modus-themes-hl-line))))) @@ -637,6 +639,8 @@ AKA, DO NOT USE THIS FUNCTION!!!" (defun edit-server@set-a-variable (&rest _) (setq-local edit-server-frame-p t)))) +(setup (:straight el-patch)) + (setup eldoc (:option eldoc-idle-delay 0.1 eldoc-echo-area-use-multiline-p nil)) -- cgit 1.4.1-21-gabe81