diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-30 15:26:19 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-30 15:26:19 +0000 |
commit | ab8fee5e1d82e5908a440cabeea75f256dea53f1 (patch) | |
tree | 8d75ddaf6f171c860ce64c267b56f0b27877ef82 /custom-settings.el | |
parent | 31f7a1568c7896b592b802751e9a3a333265dba8 (diff) |
removed extraneous gcal item
Diffstat (limited to 'custom-settings.el')
-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 8cbb376..9d3f779 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -69,7 +69,7 @@ '(nrepl-message-colors (quote ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3"))) - '(org-sort-agenda-notime-is-late nil) + '(org-sort-agenda-notime-is-late nil t) '(package-selected-packages (quote (company-irony beacon-mode python-pytest password-store csv-mode expand-region org-gcal lsp-python-ms ace-window discover-my-major popup-kill-ring amx gnu-elpa-keyring-update auto-package-update 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))) |