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

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

[elpa] externals/company 06c91ff 3/4: No 'alt': in Emacs is means someth


From: ELPA Syncer
Subject: [elpa] externals/company 06c91ff 3/4: No 'alt': in Emacs is means something different that what we're used to
Date: Fri, 9 Jul 2021 07:57:09 -0400 (EDT)

branch: externals/company
commit 06c91ff60b63cd48cdc13749020c569f8f06121e
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    No 'alt': in Emacs is means something different that what we're used to
    
    #1115
---
 company.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/company.el b/company.el
index 873d7cf..ead15e5 100644
--- a/company.el
+++ b/company.el
@@ -692,8 +692,7 @@ See `company-quick-access-keys' for more details."
   :set #'company-custom--set-quick-access
   :type '(choice (const :tag "Meta key" meta)
                  (const :tag "Super key" super)
-                 (const :tag "Hyper key" hyper)
-                 (const :tag "Alt key" alt))
+                 (const :tag "Hyper key" hyper))
   :package-version '(company . "0.9.14"))
 
 (defun company-keymap--quick-access-modifier ()
@@ -701,8 +700,7 @@ See `company-quick-access-keys' for more details."
   (if-let ((modifier (assoc-default company-quick-access-modifier
                                     '((meta . "M")
                                       (super . "s")
-                                      (hyper . "H")
-                                      (alt . "A")))))
+                                      (hyper . "H")))))
       modifier
     (warn "company-quick-access-modifier value unknown: %S"
           company-quick-access-modifier)



reply via email to

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