From 655b3699987412bc3c93de4ed16f3185d354833d Mon Sep 17 00:00:00 2001 From: bard Date: Mon, 25 Sep 2023 18:16:24 -0400 Subject: removed tao and changed agenda keybind --- init.el | 2 +- packages.el | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index e3c6e6b..333e45a 100644 --- a/init.el +++ b/init.el @@ -73,7 +73,7 @@ (org-agenda nil "A") (delete-other-windows)) -(global-set-key (kbd "C-c C-a") 'bard/primary-agenda) +(global-set-key (kbd "C-' a") 'bard/primary-agenda) ;; Surround region with character (defun bard/wrap-text-with-markers (start-marker end-marker marker) 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 "") #'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 -- cgit v1.2.3