summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
diff options
context:
space:
mode:
Diffstat (limited to 'nroam.el')
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nroam.el b/nroam.el
index 5120905..3125762 100644
--- a/nroam.el
+++ b/nroam.el
@@ -80,7 +80,7 @@ Make the region inserted by BODY read-only, and marked with
(defun nroam--init-work-buffer ()
"Initiate nroam hidden buffer."
- (get-buffer-create nroam-work-buffer t)
+ (get-buffer-create nroam-work-buffer)
(with-current-buffer nroam-work-buffer
(delay-mode-hooks
(org-mode))))