From 6cee0c7c07083a5a2ffdd3c23b2b2d36038bb6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E4=BD=8F=E6=9F=B1=E9=96=93?= Date: Mon, 22 Jan 2024 05:18:21 +0000 Subject: [PATCH] preventing mistakes --- emacs.d/org-roam-templates/main.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/org-roam-templates/main.el b/emacs.d/org-roam-templates/main.el index e04a5be..f5c2db4 100644 --- a/emacs.d/org-roam-templates/main.el +++ b/emacs.d/org-roam-templates/main.el @@ -1,3 +1,6 @@ +;; -*- mode: emacs-lisp; buffer-read-only: t; -*- + + ;;;; add inactive timestamp to every org-item ;; https://stackoverflow.com/a/52815573/5115219 ;; https://emacs.stackexchange.com/a/45369/29404