diff options
| author | Daniel <[email protected]> | 2025-01-26 16:01:21 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2025-01-26 16:01:21 -0500 |
| commit | fe946334daadde475059d34d847e661bdd6a155f (patch) | |
| tree | bb331f98f88d9210e9c57dfcd695cbc24e297649 | |
| parent | 0ad9e6b0b73b3b89d390b41f003473af685797f2 (diff) | |
ibuffer auto update
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 354088d..5ac9a38 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -132,7 +132,8 @@ (use-package ibuffer :ensure nil :config - (setq ibuffer-default-sorting-mode 'major-mode)) + (setq ibuffer-default-sorting-mode 'major-mode) + (ibuffer-auto-mode t)) (use-package emacs :ensure nil |
