diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:47:56 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:47:56 +0000 |
commit | 9c7de6ef0b9e927e42dc4ca7849e895423c04850 (patch) | |
tree | 199197c69c172e7a79f74f4dd2fab6f57ce0dfaf /custom-settings.el | |
parent | 68f5a2c667071b958504eb6b290585dfcdee1414 (diff) |
Agenda sort fix
Diffstat (limited to '')
-rw-r--r-- | custom-settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom-settings.el b/custom-settings.el index f3a5fd7..5295a47 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -38,7 +38,7 @@ '(nrepl-message-colors (quote ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3"))) - '(org-sort-agenda-notime-is-late nil t) + '(org-sort-agenda-notime-is-late nil) '(package-selected-packages (quote (monokai-theme color-theme-monokai color-theme-sanityinc-tomorrow dracula-theme evil-mode yasnippet-snippets highlight-symbol rainbow-delimiters git-gutter Ivy org-caldav which-key-mode org-plus-contrib use-package ac-cider magit blacken py-autopep8 flycheck elpy yasnippet company-lsp company lsp-ui go-autocomplete lsp-mode go-mode markdown-mode gruvbox-theme helm org cider slime evil))) |