emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/auto-dim-other-buffers 6600c79600 24/82: Mark adob-mode as


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 6600c79600 24/82: Mark adob-mode as autoload function
Date: Mon, 12 Dec 2022 20:58:39 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 6600c796008242cefd1dc20eba09ad34e1ac3d01
Author: Michal Nazarewicz <mina86@mina86.com>
Commit: Michal Nazarewicz <mina86@mina86.com>

    Mark adob-mode as autoload function
---
 auto-dim-other-buffers.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index d4d7222436..bf8a172784 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -66,6 +66,7 @@
   (add-hook 'post-command-hook 'adob/post-command-hook)
   (add-hook 'after-change-major-mode-hook 'adob/after-change-major-mode-hook))
 
+;;;###autoload
 (define-minor-mode auto-dim-other-buffers-mode
   "Visually makes non-current buffers less prominent"
   :lighter " Auto-Dim"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]