aboutsummaryrefslogtreecommitdiff
path: root/packages.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-09-25 18:16:24 -0400
committerbard <[email protected]>2023-09-25 18:16:24 -0400
commit655b3699987412bc3c93de4ed16f3185d354833d (patch)
tree857ea163c2a88ed4ba2b481c17a7c03a2f135a8a /packages.el
parent73fe0e36f6ad9720d94b161f36fe2dbffcb1c7d8 (diff)
removed tao and changed agenda keybind
Diffstat (limited to 'packages.el')
-rw-r--r--packages.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages.el b/packages.el
index 5e08d89..c240202 100644
--- a/packages.el
+++ b/packages.el
@@ -23,7 +23,7 @@
(use-package ef-themes
:ensure t
:config
- ;;(load-theme 'ef-cyprus t)
+ (load-theme 'ef-cyprus t)
(define-key global-map (kbd "<f5>") #'ef-themes-toggle)
(setq ef-themes-to-toggle '(ef-autumn ef-cyprus))
(setq ef-themes-headings
@@ -34,11 +34,6 @@
(agenda-structure variable-pitch 1.5)
(t variable-pitch))))
-(use-package tao-theme
- :ensure t
- :config
- (load-theme 'tao-yin t))
-
(use-package mixed-pitch
:ensure t
:hook