From 3a0d7a3696f3bebc4fe117e18d94068443aaca83 Mon Sep 17 00:00:00 2001 From: Gustav Wikström Date: Tue, 23 Feb 2021 14:37:45 +0100 Subject: Add docstring and empty line * nroam.el (nroam--init-work-buffer): Add docstring. --- nroam.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nroam.el') diff --git a/nroam.el b/nroam.el index 74fcbbb..5120905 100644 --- a/nroam.el +++ b/nroam.el @@ -45,6 +45,7 @@ (defvar-local nroam-end-marker nil) (defvar nroam-work-buffer " nroam-work") + (defmacro with-nroam-markers (&rest body) "Evaluate BODY. Make the region inserted by BODY read-only, and marked with @@ -78,6 +79,7 @@ Make the region inserted by BODY read-only, and marked with (nroam--prune-backlinks))) (defun nroam--init-work-buffer () + "Initiate nroam hidden buffer." (get-buffer-create nroam-work-buffer t) (with-current-buffer nroam-work-buffer (delay-mode-hooks -- cgit v1.2.3-54-g00ecf