summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-02-23 15:14:08 +0100
committerGravatar Nicolas Petton2021-02-23 15:14:08 +0100
commit66705474c4ebc050ae1a7f0f96a91e5cbb11db76 (patch)
tree76b8ac76dd6dcdf1fad76f30d1afef2e25395a59
parent0d063da15b43f880589dac1a4a333dbeb44eb988 (diff)
downloadnroam-66705474c4ebc050ae1a7f0f96a91e5cbb11db76.tar.gz
nroam-66705474c4ebc050ae1a7f0f96a91e5cbb11db76.zip
Name the nroam work buffer *nroam-work*
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
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.