emacs: Add /* */ pair to evil-surround
This commit is contained in:
parent
a12fb60c72
commit
623f101049
1 changed files with 4 additions and 1 deletions
|
@ -374,7 +374,10 @@
|
||||||
:ensure t
|
:ensure t
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
(global-evil-surround-mode t))
|
(global-evil-surround-mode t)
|
||||||
|
(add-hook 'c++-mode-hook (lambda ()
|
||||||
|
(push '(?/ . ("/*" . "*/"))
|
||||||
|
evil-surround-pairs-alist))))
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Reference in a new issue