Browse Source

changed moment when company mode is enabled

master
Marc 4 years ago
parent
commit
213bd2ab5d
1 changed files with 3 additions and 2 deletions
  1. 5
      init.org

5
init.org

@ -337,13 +337,14 @@ Windows Theme:
("TAB" . company-complete-selection)
([tab] . company-complete-selection)
("<right>" . company-complete-common))
:hook
(after-init . global-company-mode)
:config
(setq company-idle-delay .2
company-minimum-prefix-length 1
company-require-match nil
company-show-numbers t
company-tooltip-align-annotations t)
(global-company-mode 1))
company-tooltip-align-annotations t))
(use-package company-statistics
:ensure t

Loading…
Cancel
Save