This commit is contained in:
2024-04-27 22:45:14 -07:00
parent df650b7680
commit b96d5c426c

View File

@@ -44,3 +44,8 @@
(use-package expand-region (use-package expand-region
:ensure t :ensure t
:bind (("C-=" . er/expand-region))) :bind (("C-=" . er/expand-region)))
(use-package dot-mode
:ensure t
:config
(global-dot-mode t))