Use string-edit-at-point instead of string-edit

- apparently this package was renamed at some point:

https://melpa.org/#/string-edit-at-point
This commit is contained in:
Ivan Yonchovski 2022-11-07 17:50:32 +02:00 committed by Maxi Wolff
parent 03c9139ade
commit 90fb81382a
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
(smartparens :toggle dotspacemacs-activate-smartparens-mode)
(evil-swap-keys :toggle dotspacemacs-swap-number-row)
(spacemacs-whitespace-cleanup :location (recipe :fetcher local))
string-edit
string-edit-at-point
string-inflection
multi-line
undo-tree
@ -507,8 +507,8 @@
"xiu" 'string-inflection-underscore
"xiU" 'string-inflection-upcase))))
(defun spacemacs-editing/init-string-edit ()
(use-package string-edit
(defun spacemacs-editing/init-string-edit-at-point ()
(use-package string-edit-at-point
:defer t
:init
(spacemacs/set-leader-keys "xe" 'string-edit-at-point)