emacs: Switch from ido to icomplete.

This commit is contained in:
Julien Palard 2023-09-20 11:09:02 +02:00
parent da750e5e44
commit 33a1252e1e
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 7 deletions

View File

@ -37,13 +37,6 @@
:load-path "~/clones/yasnippet-snippets"
)
(use-package ido
:ensure t
:init
(ido-mode t))
(use-package ox-latex
:config
(add-to-list 'org-latex-classes
@ -242,6 +235,7 @@
'(c-basic-offset 4)
'(frame-background-mode 'dark)
'(org-agenda-files '("~/Org/refile.org" "/home/mdk/Org/julien.org"))
'(icomplete-mode t)
'(org-agenda-span 'fortnight)
'(org-modules
'(ol-bbdb ol-bibtex ol-docview ol-doi ol-eww ol-gnus org-habit ol-info ol-irc ol-mhe ol-rmail ol-w3m))