diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-05-03 22:24:16 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:39:37 -0600 |
commit | 41185adef376f68dac611db3d72003c7e9f7f230 (patch) | |
tree | a79df617bb574ad939fcb5e0239ca6786cf9c7ca /emacs | |
parent | 4b45ae51cae1d0be87cd680ca3b5f8f7c95e61ac (diff) |
emacs: add calfw
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/custom.el | 2 | ||||
-rw-r--r-- | emacs/.emacs.d/init.el | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el index c3fb5fa..0f3a225 100644 --- a/emacs/.emacs.d/custom.el +++ b/emacs/.emacs.d/custom.el @@ -8,7 +8,7 @@ ("13fa7a304bd53aa4c0beec4c25c4f811de499bce9deb326798265ed0015b3b78" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "63df625509cec7b2b7deba1d48ef07ffbee99c735a95d130ad9d1fc3df8b9a34" "55c2069e99ea18e4751bd5331b245a2752a808e91e09ccec16eb25dadbe06354" "5f1bd7f67dc1598977e69c6a0aed3c926f49581fdf395a6246f9bc1df86cb030" "6731049cee8f7cbd542d7b3e1c551f3fab716a92119bd7c77f0bd1ef20849fb8" "28caf31770f88ffaac6363acfda5627019cac57ea252ceb2d41d98df6d87e240" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "35b0b0e531731e270708ddb342dc2e576a31fb298dcbc56a206596a43afac54f" "274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default))) '(package-selected-packages (quote - (org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime neotree magit all-the-icons centaur-tabs company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package)))) + (calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime neotree magit all-the-icons centaur-tabs company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package)))) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 644fd58..c50b946 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -56,6 +56,9 @@ (org-super-agenda-mode 1) (load-file "~/.emacs.d/org-mode.el")) +(use-package calfw-org + :demand t) + ;; --- PROJECTS --- (use-package projectile :demand t |