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

Légers ajustements cosmétiques

parent 62499d81
Branches
No related tags found
No related merge requests found
...@@ -262,14 +262,16 @@ Interface de complétion ...@@ -262,14 +262,16 @@ Interface de complétion
(setq ivy-use-virtual-buffers t) (setq ivy-use-virtual-buffers t)
(setq ivy-count-format "%d/%d ") (setq ivy-count-format "%d/%d ")
(setq ivy-display-style 'fancy) (setq ivy-display-style 'fancy)
(setq ivy-wrap t) (setq ivy-wrap t))
;; (custom-set-faces
;; '(ivy-minibuffer-match-face-1 ((t (:background "#74b5727c5654" :foreground "black")))) (use-package ivy-rich
;; '(ivy-minibuffer-match-face-2 ((t (:background "#ce8bf1006cba" :foreground "black")))) :hook (ivy-mode . ivy-rich-mode)
;; '(ivy-minibuffer-match-face-3 ((t (:background "#fefdc4fe5941" :foreground "black")))) :custom (ivy-rich-path-style 'abbrev)
;; '(ivy-minibuffer-match-face-4 ((t (:background "#fefd9c40f85a" :foreground "black")))) :config
;; ) (ivy-rich-modify-columns
) 'ivy-switch-buffer
'((ivy-rich-switch-buffer-size (:align right))
(ivy-rich-switch-buffer-major-mode (:width 20 :face error)))))
#+END_SRC #+END_SRC
** Swiper ** Swiper
...@@ -334,7 +336,7 @@ Boîtes de dialogue pour la complétion ...@@ -334,7 +336,7 @@ Boîtes de dialogue pour la complétion
:config :config
(setq company-idle-delay 0) (setq company-idle-delay 0)
(setq company-minimum-prefix-length 2) (setq company-minimum-prefix-length 2)
(setq company-tooltip-align-annotations t)
(global-company-mode t)) (global-company-mode t))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment