[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 4de8c209e8 2/2: Add missing autoload cookie for
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/denote 4de8c209e8 2/2: Add missing autoload cookie for denote-rename-buffer-mode |
|
Date: |
Sun, 28 May 2023 03:57:43 -0400 (EDT) |
branch: externals/denote
commit 4de8c209e89a255ac4a4cf707a337629761b65fc
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add missing autoload cookie for denote-rename-buffer-mode
---
denote-rename-buffer.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/denote-rename-buffer.el b/denote-rename-buffer.el
index 3582f33e9b..936bb77bab 100644
--- a/denote-rename-buffer.el
+++ b/denote-rename-buffer.el
@@ -46,6 +46,7 @@ the return value of `current-buffer'."
(title (denote--retrieve-title-or-filename file type)))
(rename-buffer title :unique)))
+;;;###autoload
(define-minor-mode denote-rename-buffer-mode
"Automatically rename Denote buffers to be easier to read."
:global t