diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-20 11:27:22 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-20 11:27:22 +0000 |
commit | a9f4e9359251b3a9cba15d582b9b8a28b8a2f834 (patch) | |
tree | e089d32687e5b3432af536d0f4df99d287c73c18 /custom-settings.el | |
parent | 4e9eac1e981ae375003a9508fd6e0f634bd7b8b9 (diff) |
Changed org-caldav to Google Calendar and implemented company mode
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 8587315..7b596a0 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -41,7 +41,7 @@ '(org-sort-agenda-notime-is-late nil) '(package-selected-packages (quote - (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))) + (yasnippet-snippets oauth2 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))) '(pdf-view-midnight-colors (quote ("#fdf4c1" . "#282828"))) '(pos-tip-background-color "#36473A") '(pos-tip-foreground-color "#FFFFC8") |