Set ibuffer's default sort to major-mode
I find this a more intuitive default.
This commit is contained in:
parent
b4b929a55b
commit
4c809ebf59
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@
|
|||
tags-file-name
|
||||
register-alist)))
|
||||
|
||||
;; configure ibuffer
|
||||
(setq ibuffer-default-sorting-mode 'major-mode)
|
||||
|
||||
;; config Emacs to use $PATH values
|
||||
(use-package exec-path-from-shell
|
||||
:if (memq window-system '(mac ns))
|
||||
|
|
Loading…
Reference in a new issue