Skip to content

Commit

Permalink
tweak(defaults): ignore case in completion
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 30, 2023
1 parent d06712e commit 36523e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
confirm-nonexistent-file-or-buffer nil
;; More intuitive buffer naming style
uniquify-buffer-name-style 'forward
;; Ignore case when completing
completion-ignore-case t
read-buffer-completion-ignore-case t
read-file-name-completion-ignore-case t

;; ====== Performances ======
;; Don’t compact font caches during GC
Expand Down

0 comments on commit 36523e6

Please sign in to comment.