From: Mark Wooding Date: Sun, 20 Mar 2016 17:42:00 +0000 (+0000) Subject: dot/emacs: Don't try to sort the diary buffer. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/2d7dc0713497a7ff1d03c4adeb9d2f470611d9e5 dot/emacs: Don't try to sort the diary buffer. Things seem to end up in a really crappy order. --- diff --git a/dot/emacs b/dot/emacs index 708ea7b..0903178 100644 --- a/dot/emacs +++ b/dot/emacs @@ -394,7 +394,6 @@ (add-hook 'diary-display-hook 'fancy-diary-display) (setq diary-list-include-blanks t) -(add-hook 'list-diary-entries-hook 'sort-diary-entries t) (add-hook 'list-diary-entries-hook 'include-other-diary-files) (add-hook 'mark-diary-entries-hook 'mark-included-diary-files)