From 8648c9ad91f42b6eee249a950597cd3a2658c061 Mon Sep 17 00:00:00 2001 From: Hanno Perrey Date: Fri, 27 Mar 2020 09:50:35 +0100 Subject: [PATCH] syntactic and cosmetic changes --- modules/app/irc/config.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/app/irc/config.el b/modules/app/irc/config.el index 2d2f109f0..5c1af4d17 100644 --- a/modules/app/irc/config.el +++ b/modules/app/irc/config.el @@ -93,7 +93,7 @@ playback.") (add-hook 'circe-channel-mode-hook #'turn-on-visual-line-mode) (add-hook 'circe-mode-hook #'+irc--add-circe-buffer-to-persp-h) (add-hook 'circe-mode-hook #'turn-off-smartparens-mode) - (add-hook 'circe-mode-hook (lambda () (setq-local tls-end-of-info + (setq-hook! 'circe-mode-hook tls-end-of-info (concat "\\(" ;; `openssl s_client' regexp. See ssl/ssl_txt.c lines 219-220. @@ -107,8 +107,7 @@ playback.") ;; in `main' the handshake will start after this message. If the ;; handshake fails, the programs will abort. "^\\*\\*\\* Starting TLS handshake\n\\)*" - "\\)") - ))) + "\\)")) (defadvice! +irc--circe-run-disconnect-hook-a (&rest _)