summaryrefslogtreecommitdiffstats
path: root/custom-settings.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-15 21:09:16 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-15 21:09:16 +0000
commit421ae668b61a6f95452195d4d82838a0947cfa3f (patch)
treed2add13074a64decf5fa243bd5c8453a4b7b41ec /custom-settings.el
parent0e947d655c4a0d79124249398090c5210f3826e0 (diff)
Implemented org changes, caldav changes and which-key works now.
Diffstat (limited to 'custom-settings.el')
-rw-r--r--custom-settings.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom-settings.el b/custom-settings.el
index 6bc6af1..d23eaf9 100644
--- a/custom-settings.el
+++ b/custom-settings.el
@@ -38,10 +38,10 @@
'(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
- (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)))
+ (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)))
'(pdf-view-midnight-colors (quote ("#fdf4c1" . "#282828")))
'(pos-tip-background-color "#36473A")
'(pos-tip-foreground-color "#FFFFC8")