Skip to content
Snippets Groups Projects
Commit c198d1cd authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Company positionné uniquement pour les modes de programmation

parent aa25989c
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@
:config
(setq company-idle-delay 0)
(setq company-minimum-prefix-length 1)
(global-company-mode t))
(add-hook 'prog-mode-hook 'company-mode))
(use-package company-irony
:ensure t
......@@ -508,7 +508,6 @@
(auto-fill-mode 1)
(gin-mode 1)
(ispell-change-dictionary "francais")
(global-company-mode -1)
(flyspell-mode 1)))
;; Indentation pour le web-mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment