branch: elpa/auto-dim-other-buffers commit 6600c796008242cefd1dc20eba09ad34e1ac3d01 Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@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"