From e8ba9641b4085f8a8f92317b57ce58d9460192ab Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 18 Jan 2023 02:43:59 -0500 Subject: [PATCH] tweak completion --- config.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 8c2d13a..13086f5 100644 --- a/config.org +++ b/config.org @@ -303,8 +303,11 @@ Plug in hotfuzz (setq completion-styles '(hotfuzz))) #+end_src -#+RESULTS: - +Configure the fuzzy match +#+begin_src emacs-lisp +(setq completion-ignore-case t + read-file-name-completion-ignore-case t) +#+end_src * Org Mode Improvements to the best mode in emacs