Create æ-enclose-region and bind it to M-(

It encloses region in the specified character, or pair of brackets.
This commit is contained in:
Gergely Polonkai
2016-09-23 14:58:35 +02:00
parent 6fa0b51045
commit 2165c8aa78
2 changed files with 37 additions and 0 deletions

View File

@@ -117,6 +117,7 @@
(load "zim.el")
(load "clearcase.el")
(load "jekyll.el")
(load "enclose-string.el")
(add-hook 'c-mode-hook
(lambda ()
@@ -359,3 +360,5 @@ Version 2016-02-16"
(add-hook 'org-mode-hook
(lambda ()
(if (display-graphic-p) (org-bullets-mode t))))
(global-set-key (kbd "M-(") 'æ-enclose-region)