Questions tagged [wrap-region]
The wrap-region tag has no summary.
5 questions
0 votes
1 answer
75 views
Expand a snippet with yasnippet from elisp with a named snippet?
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 ...
0 votes
3 answers
145 views
Can environments be easily wrapped with AUCTeX?
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} \...
6 votes
0 answers
152 views
how to automatically remove org-emphasis markers, i.e. org-deemphasize?
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 ...