ui/popup: polish default rules
- Establish popup naming convention: - *doom:name* -> a temporary editing buffer (requires interaction) - *doom name* -> a transient buffer (no interaction required)
This commit is contained in:
parent
c6ceb147e6
commit
c549091ce5
2 changed files with 12 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; emacs/eshell/autoload/eshell.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar eshell-buffer-name "*doom eshell*")
|
||||
(defvar eshell-buffer-name "*doom:eshell*")
|
||||
|
||||
(defvar +eshell-buffers (make-ring 25)
|
||||
"List of open eshell buffers.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue