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:
Henrik Lissner 2019-05-15 12:30:41 -04:00
parent c6ceb147e6
commit c549091ce5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 12 additions and 18 deletions

View file

@ -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.")