layers/+spacemacs/spacemacs-editing: mark the string-edit to be :defer

This commit is contained in:
Lin Sun 2022-10-12 00:00:21 +00:00 committed by Maxi Wolff
parent 9305824171
commit ce0878c353
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@
(defun spacemacs-editing/init-string-edit ()
(use-package string-edit
:defer t
:init
(spacemacs/set-leader-keys "xe" 'string-edit-at-point)
:config