diff options
Diffstat (limited to 'home/dots/.emacs')
-rw-r--r-- | home/dots/.emacs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 2a2649c..120dcb7 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -794,10 +794,6 @@ "Introspect" #'ctrl-lock-off)) - - - - (use-package ido :init (ido-mode t) @@ -813,9 +809,6 @@ (ido-decorations '(" " " " " " " , ..." " [" "] " " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))) - - - (use-package calendar :defer t :custom |