From 6a306afeed60e28f2725a9cc8240b723329d7b4c Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 18 Dec 2023 22:43:11 +0100 Subject: FIX #515. completion-ignore-case t buffer-local for compose --- lisp/mastodon-toot.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon-toot.el') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 266fa86..90cf9a9 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1810,6 +1810,7 @@ EDIT means we are editing an existing toot, not composing a new one." ;; `mastodon-toot--max-toot-chars' is set when we set it (mastodon-toot--get-max-toot-chars)) ;; set up completion: + (setq-local completion-ignore-case t) (when mastodon-toot--enable-completion (set (make-local-variable 'completion-at-point-functions) (add-to-list 'completion-at-point-functions -- cgit v1.2.3