tweak completion
This commit is contained in:
parent
fc62e005ce
commit
e8ba9641b4
|
@ -303,8 +303,11 @@ Plug in hotfuzz
|
||||||
(setq completion-styles '(hotfuzz)))
|
(setq completion-styles '(hotfuzz)))
|
||||||
#+end_src
|
#+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
|
* Org Mode
|
||||||
Improvements to the best mode in emacs
|
Improvements to the best mode in emacs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue