From 66705474c4ebc050ae1a7f0f96a91e5cbb11db76 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Tue, 23 Feb 2021 15:14:08 +0100 Subject: Name the nroam work buffer *nroam-work* --- nroam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nroam.el b/nroam.el index 3125762..d3ef358 100644 --- a/nroam.el +++ b/nroam.el @@ -44,7 +44,7 @@ (defvar-local nroam-start-marker nil) (defvar-local nroam-end-marker nil) -(defvar nroam-work-buffer " nroam-work") +(defvar nroam-work-buffer " *nroam-work*") (defmacro with-nroam-markers (&rest body) "Evaluate BODY. -- cgit v1.2.3-54-g00ecf