From cab2fcb3724793eb4e7dc7225183241738ac4354 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 14 Apr 2023 22:30:48 -0500 Subject: [PATCH] Update [2023-04-14 Fri 22:30] --- config-min.org | 18 +++++++++--------- elpa | 2 +- lisp/org-config/my-org-misc.el | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config-min.org b/config-min.org index d18173d..d195cad 100644 --- a/config-min.org +++ b/config-min.org @@ -389,14 +389,14 @@ ;; Magit (use-package magit) (use-package magit-popup) - (use-package magit-todos - :config - (require 'hl-todo) - (add-to-list 'hl-todo-keyword-faces - '("TODO(pestctrl)" . "#FFFFFF")) - (add-to-list 'magit-todos-keywords-list - "TODO(pestctrl)") - (magit-todos-mode 1)) + ;; (use-package magit-todos + ;; :config + ;; (require 'hl-todo) + ;; (add-to-list 'hl-todo-keyword-faces + ;; '("TODO(pestctrl)" . "#FFFFFF")) + ;; (add-to-list 'magit-todos-keywords-list + ;; "TODO(pestctrl)") + ;; (magit-todos-mode 1)) ;; Todo: Figure out why transient side-window stuff wrecks my ;; side-window stuff (setq transient-display-buffer-action @@ -1034,7 +1034,7 @@ (load-theme 'calm-forest nil t) (use-package modus-themes) - (modus-themes-load-themes) + ;; (modus-themes-load-theme ) (load-theme 'modus-operandi nil t) (add-to-list 'custom-theme-load-path (ef "lisp/themes")) diff --git a/elpa b/elpa index 3e70c82..c5f9462 160000 --- a/elpa +++ b/elpa @@ -1 +1 @@ -Subproject commit 3e70c8299c0a9107c0b929bd22eb3c91aded3605 +Subproject commit c5f94624d29d99a66161b935f0c04570e49159fb diff --git a/lisp/org-config/my-org-misc.el b/lisp/org-config/my-org-misc.el index 2937bc4..bb947b8 100644 --- a/lisp/org-config/my-org-misc.el +++ b/lisp/org-config/my-org-misc.el @@ -191,12 +191,12 @@ (switch-to-buffer (marker-buffer target)) (goto-char target)) -(embark-define-keymap embark-org-map - nil - ("c" org-embark-clock-in) - ("RET" org-embark-goto)) +;; (embark-define-keymap embark-org-map +;; nil +;; ("c" org-embark-clock-in) +;; ("RET" org-embark-goto)) -(add-to-list 'embark-keymap-alist '(org . embark-org-map)) +;; (add-to-list 'embark-keymap-alist '(org . embark-org-map)) (defun org-ql-embark () (interactive)