Commit fab900211e56

Vincent Demeester <vincent@sbr.pm>
2025-06-07 12:18:26
tools/emacs/mini: enable switch-to-buffer-obey-display-actions
the goal here is to be make it so that manual and programmatic way of switching buffers are the same. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e3ff047
Changed files (1)
tools
emacs
tools/emacs/mini/init.el
@@ -179,6 +179,7 @@
   (read-buffer-completion-ignore-case t)
   (read-file-name-completion-ignore-case t)
   (find-ls-option '("-exec ls -ldh {} +" . "-ldh"))  ; find-dired results with human readable sizes
+  (switch-to-buffer-obey-display-actions t)
   :hook
   (after-init . global-hl-line-mode)
   (after-init . global-completion-preview-mode)