From 3139541bb994683fa7e4246a0ad208d536f8592c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 25 Aug 2025 16:38:49 +0200 Subject: [PATCH] Ignore case when sorting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feels more natural … but might break things. Embrace for impact! --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1a550a0..73ef76d 100644 --- a/init.el +++ b/init.el @@ -154,7 +154,8 @@ help-enable-symbol-autoload t describe-bindings-outline t redisplay-skip-fontification-on-input t - async-shell-command-buffer 'new-buffer) + async-shell-command-buffer 'new-buffer + sort-fold-case t) (setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt