dot/emacs: Don't try to sort the diary buffer.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:42:00 +0000 (17:42 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Mar 2016 17:42:00 +0000 (17:42 +0000)
Things seem to end up in a really crappy order.

dot/emacs

index 708ea7b..0903178 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 (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)