Skip to content

Commit

Permalink
my-editing: selected is melpa only
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Mar 18, 2024
1 parent 251950d commit a114e2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions my-editing.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ If the region is less than a line long assume I want to mark the next
(call-interactively #'next-line)))

;; This replaces region-bindings-mode
(use-package selected
:ensure t
:bind (:map selected-keymap
("C-n" . my-next-mc-or-line-dwim))
:config (selected-global-mode))
(when have-melpa
(use-package selected
:ensure t
:bind (:map selected-keymap
("C-n" . my-next-mc-or-line-dwim))
:config (selected-global-mode)))

;; Finally a hydra for the complex editing commands
;; currently set to C-# but I might want to lead via C-SPC later.
Expand Down

0 comments on commit a114e2a

Please sign in to comment.