Skip to content
Snippets Groups Projects
Commit c5c7f562 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

change l'utilisation de company

parent e348e1af
No related branches found
No related tags found
No related merge requests found
#+SETUPFILE: ~/.emacs.d/org-html-themes/setup/theme-readtheorg-local.setup
#+STARTUP: org-pretty-entities entitiespretty
#+SETUPFILE: ~/.emacs.d/org-html-themes/setup/theme-readtheorg-local.setup
#+PROPERTY: header-args :comments yes :results silent :exports both
#+options: h:3 num:t toc:3
......@@ -336,7 +336,7 @@ Saute très rapidement vers la zone de texte contenant une lettre.
:bind ("M-s" . avy-goto-word-1))
#+END_SRC
** Company
** COMMENT Company
Boîtes de dialogue pour la complétion
#+BEGIN_SRC emacs-lisp
(use-package company
......@@ -345,7 +345,10 @@ Boîtes de dialogue pour la complétion
(setq company-idle-delay 0)
(setq company-minimum-prefix-length 2)
(setq company-tooltip-align-annotations t)
(global-company-mode t))
(global-company-mode t)
:custom-face
(company-tooltip-selection ((t (:background "dim gray" :foreground "white" :weight normal))))
)
(use-package company-box
:ensure t
......@@ -424,8 +427,7 @@ On rappelle quelques raccourcis utiles :
:commands lsp-treemacs-errors-list)
;; autres paquets de base
(setq package-selected-packages '(yasnippet tramp company-lsp
projectile hydra flycheck company avy which-key ivy-xref))
(setq package-selected-packages '(yasnippet tramp projectile hydra flycheck company avy which-key ivy-xref))
(when (cl-find-if-not #'package-installed-p package-selected-packages)
(package-refresh-contents)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment