diff options
Diffstat (limited to 'modules/slack-config.el')
| -rw-r--r-- | modules/slack-config.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/slack-config.el b/modules/slack-config.el index 6260583f..d8fd3f83 100644 --- a/modules/slack-config.el +++ b/modules/slack-config.el @@ -82,7 +82,11 @@ slack-im-select slack-thread-show-or-create slack-insert-emoji slack-register-team) :custom - (slack-buffer-emojify t) + ;; Disabled: emojify-mode in lui buffers causes (wrong-type-argument listp) + ;; errors on emoji characters during lui-scroll-post-command's recenter call. + ;; Native emoji rendering via Noto Color Emoji fontset works fine without it. + ;; Re-enable if emojify/circe fix the interaction. (2026-03-16) + (slack-buffer-emojify nil) (slack-prefer-current-team t) :config (setq slack-message-custom-notifier #'cj/slack-notify)) |
