remove ensure

This commit is contained in:
Łukasz Pankowski 2020-11-06 22:16:34 +01:00
parent 0dabb9ace2
commit 2bf27b132f

View File

@ -290,8 +290,7 @@
;;; Expand region
(use-package expand-region
:bind ("H-e" . er/expand-region)
:ensure t)
:bind ("H-e" . er/expand-region))
;;; ### Spell checking ###