Quellcode durchsuchen

emacs.el: Experimentally add configs for company.el

pull/15/head
10sr vor 8 Jahren
Ursprung
Commit
02efe07cab
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el Datei anzeigen

@@ -854,6 +854,13 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

;; http://qiita.com/sune2/items/b73037f9e85962f5afb7
(global-company-mode)
(set-variable 'company-idle-delay 0.5)
(set-variable 'company-minimum-prefix-length 2)
(set-variable 'company-selection-wrap-around t)


;; https://github.com/lunaryorn/flycheck
(when (safe-require-or-eval 'flycheck)
(call-after-init 'global-flycheck-mode))


Laden…
Abbrechen
Speichern