Ignore case when sorting
This feels more natural … but might break things. Embrace for impact!
This commit is contained in:
parent
25d7a72fd6
commit
3139541bb9
3
init.el
3
init.el
@ -154,7 +154,8 @@
|
||||
help-enable-symbol-autoload t
|
||||
describe-bindings-outline t
|
||||
redisplay-skip-fontification-on-input t
|
||||
async-shell-command-buffer 'new-buffer)
|
||||
async-shell-command-buffer 'new-buffer
|
||||
sort-fold-case t)
|
||||
|
||||
(setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user