diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-misc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el index 3ac46de7f9d8..3850558cf69c 100644 --- a/emacs/.emacs.d/wpc/wpc-misc.el +++ b/emacs/.emacs.d/wpc/wpc-misc.el @@ -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)) |