chiark / gitweb /
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 708ea7b9c178929406d3a1b9aa38e487a19e0077..0903178c748d86598d82d37b2141b9f3734c3794 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)