Sfoglia il codice sorgente

Change company-complete keybind

master
10sr 5 anni fa
parent
commit
5a82d3c33f
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el Vedi File

@@ -1005,8 +1005,7 @@ found, otherwise returns nil."
(set-variable 'company-minimum-prefix-length 2)
(set-variable 'company-selection-wrap-around t)

(global-set-key (kbd "C-M-i") 'company-complete)
(define-key emacs-lisp-mode-map (kbd "C-M-i") 'company-complete)
(define-key ctl-x-map (kbd "C-i") 'company-complete) ; Originally `indent-rigidly'

(defvar company-active-map)
(define-key company-active-map (kbd "C-n") 'company-select-next)


Caricamento…
Annulla
Salva