emacs-diffs
[Top][All Lists]
Advanced

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

feature/completions-highlight-modifications 5cf9dd6 11/25: Add autoload


From: Jimmy Aguilar Mena
Subject: feature/completions-highlight-modifications 5cf9dd6 11/25: Add autoload decorator.
Date: Fri, 20 Nov 2020 13:28:33 -0500 (EST)

branch: feature/completions-highlight-modifications
commit 5cf9dd62c58f9c7b73f35bbf3468ab1fd3166d97
Author: Jimmy Aguilar Mena <spacibba@aol.com>
Commit: Jimmy Aguilar Mena <spacibba@aol.com>

    Add autoload decorator.
    
    * lisp/completions-highlight.el (completions-highlight-mode) : Added
    autoload decorator.
---
 lisp/completions-highlight.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/completions-highlight.el b/lisp/completions-highlight.el
index f9d85bd..624013b 100644
--- a/lisp/completions-highlight.el
+++ b/lisp/completions-highlight.el
@@ -99,7 +99,6 @@ TRY-VSCROLL is passed straight to `line-move'"
 
 
 ;; Minibuffer side commands
-
 (defmacro with-minibuffer-scroll-window (&rest body)
   "Execute BODY in *Completions* buffer and return to `minibuffer'.
 The command is only executed if the `minibuffer-scroll-window' is
@@ -149,7 +148,6 @@ executed in another window, but cursor stays in minibuffer."
    (completions-highlight-previous-line-completion n)))
 
 ;; General commands
-
 (defun minibuffer-completion-set-suffix (choice)
   "Set CHOICE suffix to current completion.
 It uses `completion-base-position' to determine the cursor
@@ -254,6 +252,7 @@ It is called when showing the *Completions* buffer."
   (use-local-map (make-composed-keymap
                   completions-highlight-minibuffer-map (current-local-map))))
 
+;;;###autoload
 (define-minor-mode completions-highlight-mode
   "Completion highlight mode to enable candidates highlight in the minibuffer."
   :global t



reply via email to

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