Update [2023-04-14 Fri 22:30]

This commit is contained in:
Benson Chu 2023-04-14 22:30:48 -05:00
parent 75b2bde685
commit cab2fcb372
3 changed files with 15 additions and 15 deletions

View file

@ -389,14 +389,14 @@
;; Magit ;; Magit
(use-package magit) (use-package magit)
(use-package magit-popup) (use-package magit-popup)
(use-package magit-todos ;; (use-package magit-todos
:config ;; :config
(require 'hl-todo) ;; (require 'hl-todo)
(add-to-list 'hl-todo-keyword-faces ;; (add-to-list 'hl-todo-keyword-faces
'("TODO(pestctrl)" . "#FFFFFF")) ;; '("TODO(pestctrl)" . "#FFFFFF"))
(add-to-list 'magit-todos-keywords-list ;; (add-to-list 'magit-todos-keywords-list
"TODO(pestctrl)") ;; "TODO(pestctrl)")
(magit-todos-mode 1)) ;; (magit-todos-mode 1))
;; Todo: Figure out why transient side-window stuff wrecks my ;; Todo: Figure out why transient side-window stuff wrecks my
;; side-window stuff ;; side-window stuff
(setq transient-display-buffer-action (setq transient-display-buffer-action
@ -1034,7 +1034,7 @@
(load-theme 'calm-forest nil t) (load-theme 'calm-forest nil t)
(use-package modus-themes) (use-package modus-themes)
(modus-themes-load-themes) ;; (modus-themes-load-theme )
(load-theme 'modus-operandi nil t) (load-theme 'modus-operandi nil t)
(add-to-list 'custom-theme-load-path (ef "lisp/themes")) (add-to-list 'custom-theme-load-path (ef "lisp/themes"))

2
elpa

@ -1 +1 @@
Subproject commit 3e70c8299c0a9107c0b929bd22eb3c91aded3605 Subproject commit c5f94624d29d99a66161b935f0c04570e49159fb

View file

@ -191,12 +191,12 @@
(switch-to-buffer (marker-buffer target)) (switch-to-buffer (marker-buffer target))
(goto-char target)) (goto-char target))
(embark-define-keymap embark-org-map ;; (embark-define-keymap embark-org-map
nil ;; nil
("c" org-embark-clock-in) ;; ("c" org-embark-clock-in)
("RET" org-embark-goto)) ;; ("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 () (defun org-ql-embark ()
(interactive) (interactive)