From 82c75698ec8cfbebc104937af870885515fc46ba Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 20 Apr 2021 17:59:24 -0500 Subject: Add `electric-cursor' Mine own package! --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 3a00478..dd7fc2a 100644 --- a/init.el +++ b/init.el @@ -767,6 +767,11 @@ if ripgrep is installed, otherwise `consult-grep'." (setup (:straight flyspell-correct) (define-key flyspell-mode-map (kbd "C-;") #'flyspell-correct-wrapper))) +(setup (:straight (electric-cursor + :host github + :repo "duckwork/electric-cursor")) + (electric-cursor-mode +1)) + ;;; Programming -- cgit 1.4.1-21-gabe81