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