Skip to main content

Questions tagged [wrap-region]

0 votes
1 answer
75 views

I use evil (vim) mode and yassnippet. I want to define some snippets which "wrap" a region selected in visual mode. This means I cannot type the snippet name into the buffer before running ...
Att Righ's user avatar
  • 837
0 votes
3 answers
145 views

I want to quickly wrap certain environments my cursor is within with text. In my specific situation, I want to wrap the frame environment with the text \makeatletter \gdef\beamer@currentmode{beamer} \...
Brian Fitzpatrick's user avatar
6 votes
0 answers
152 views

There is a function org-emphasize, which wraps selected text in org-emphasis markers. (Though I personally use a similar function called wrap-region.) Is there a function org-deemphasize (or ...
incandescentman's user avatar