diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-29 14:27:34 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-29 14:27:34 +0200 |
commit | 048bfe1aefcdf1251291c96ffa86ce46a725d396 (patch) | |
tree | fae0535bbc3adbd2db08d5da1d7e363549a150fb /home/dots/.emacs | |
parent | 4dc26040d15f46de5374571c633f9d6cfc64e264 (diff) | |
download | guix-048bfe1aefcdf1251291c96ffa86ce46a725d396.tar.gz guix-048bfe1aefcdf1251291c96ffa86ce46a725d396.tar.bz2 guix-048bfe1aefcdf1251291c96ffa86ce46a725d396.zip |
.
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 |