aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-theme.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-07-28 14:58:41 -0400
committerBardofSprites <[email protected]>2024-07-28 14:59:56 -0400
commit4ba40f4e5faac827e461371b9764536bbae6f7da (patch)
tree0da51fe8e995aba085c8938f1b5bc367ae331e19 /bard-emacs-modules/bard-emacs-theme.el
parent73d93b40ee011ae3a5119a40dfbd2b0036bb227d (diff)
remove broken cursor minor mode
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index 5814a18..4fe5ea0 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -255,17 +255,7 @@ The exact color values are taken from the active Modus theme."
:hook
(kill-emacs . cursory-store-latest-preset)
:bind
- ("C-c p" . cursory-set-preset)
- :config
- (define-minor-mode bard/bar-cursor-mode
- "Toggle thin bar cursor."
- :init-value nil
- :light " S="
- :global nil
- (when derived-mode-p 'org-mode
- (if bard/bar-cursor-mode
- (cursory-set-preset 'bar :local)
- (cursory-set-preset 'box :local)))))
+ ("C-c p" . cursory-set-preset))
(use-package rainbow-mode
:ensure t)