diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 15e1fc8..3b7cfed 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))