Skip to content

Commit

Permalink
Made spec buffer name for ignoring it in most of case
Browse files Browse the repository at this point in the history
*e.g* we do not want see thus temporal buffer in ibuffer list.
  • Loading branch information
c0001 committed Oct 8, 2024
1 parent a7febfa commit bd6a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/core/wasteland/func-binds/entropy-emacs-defun.el
Original file line number Diff line number Diff line change
Expand Up @@ -11023,7 +11023,7 @@ bottom)."
;; **** split window

(defvar entropy/emacs-split-window-default-exhaustion-buffname
"*eemacs-split-default-exhausted-buffer*")
" *eemacs-split-default-exhausted-buffer*")

(defun entropy/emacs-no-same-buffer-split-window
(&optional window size side pixelwise buffname)
Expand Down

0 comments on commit bd6a48d

Please sign in to comment.