Kaynağa Gözat

Add keybind

master
10sr 5 yıl önce
ebeveyn
işleme
c05aabc8a1
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +4
    -1
      emacs.el
  2. +1
    -0
      gitignore

+ 4
- 1
emacs.el Dosyayı Görüntüle

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

(define-key ctl-x-map (kbd "C-i") 'company-complete) ; Originally `indent-rigidly'
(defvar company-mode-map)
;; TODO: It seems this indent is a bit different from original C-i command
(define-key company-mode-map (kbd "C-i") 'company-indent-or-complete-common)
;; (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)


+ 1
- 0
gitignore Dosyayı Görüntüle

@@ -4,6 +4,7 @@

# gnu global
GPATH

GRTAGS
GSYMS
GTAGS

Yükleniyor…
İptal
Kaydet