tweak completion

This commit is contained in:
Nathan McCarty 2023-01-18 02:43:59 -05:00
parent fc62e005ce
commit e8ba9641b4
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 2 deletions

View File

@ -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