summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--custom-settings.el2
-rw-r--r--init.el5
2 files changed, 3 insertions, 4 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)))
diff --git a/init.el b/init.el
index 1f0d78e..de59ab1 100644
--- a/init.el
+++ b/init.el
@@ -358,9 +358,8 @@
:config
(setq org-gcal-secret (password-store-get "EmacsSecrets/org-gcal-secret")
org-gcal-client-id (password-store-get "EmacsSecrets/org-gcal-client-id"))
- (setq org-gcal-client-id "685624394721-5bsfpo57ri2rcc7k6f8sbg12gjrs7dot.apps.googleusercontent.com"
- org-gcal-client-secret org-gcal-secret
- org-gcal-file-alist '(("matthew.lemon@gmail.com" . "~/Nextcloud/org/calendar/work-cal.org")
+ (setq org-gcal-client-secret org-gcal-secret
+ org-gcal-file-alist '(("matthew.lemon@gmail.com" . "~/Nextcloud/org/calendar/work-cal.org")
("12panp3nqdbmm9df4if9jigigo@group.calendar.google.com" . "~/Nextcloud/org/calendar/home-cal.org"))))
;; No backup files!