From 4ba40f4e5faac827e461371b9764536bbae6f7da Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:58:41 -0400 Subject: remove broken cursor minor mode --- bard-emacs-modules/bard-emacs-theme.el | 12 +----------- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3