Questions tagged [wrapping]
The wrapping tag has no summary.
53 questions
1 vote
0 answers
29 views
Is it possible to show current long (truncated) line as overlay or similar?
Sometimes I edit stuff with long lines, e.g. org tables to be exported, and I'd like to see the whole line without truncation, but I don't want to untruncate all lines (in a table, that makes it hard ...
1 vote
1 answer
500 views
Hard wrap in Doom Emacs
I'm trying Doom Emacs and immediately miss my hard wrap after 80 cols such as (setq-default fill-column 80) (setf fill-column 80) (add-hook 'latex-mode-hook #'auto-fill-mode) (add-hook 'prolog-mode-...
3 votes
0 answers
106 views
How to have a right line continuation indicator on the right of `word-wrap`ped lines without "having a right fringe" and while having a left fringe?
In Emacs, I want to have line continuation indicators (the curly arrows by default) shown before or after my wrapped text (e.g. in the fringes). However: I don't want want to be able to tell apart my ...
0 votes
1 answer
103 views
How to change this wrap-region configuration on the init file from the classic imperative installation to a declarative approach via use-package?
When I first installed wrap-region, I used to install things via the classic M-x and package-install. Then, I inserted the following configuration: ;; Emacs minor mode to wrap region with tag or ...
0 votes
0 answers
58 views
How do I get the Fringe curved arrows to show in word wrap mode?
So I really like those curved arrows that appear in the Wrap at Window Edge option, like in this image: But i don't like that it breaks the words at random places, in this respect I like that the ...
2 votes
3 answers
817 views
Is there a command to wrap a characters in a word using Emacs? Or something to insert "/" around a word while using org-mode?
In org-mode, writing a word wrapped by / makes it italic. For instance, /word/ becomes word. Is there a command in Emacs to make something go from ẁord to /word/? Maybe some org related command only ...
3 votes
0 answers
139 views
Line wrapping in select parts of buffer
When modifying an org buffer, is it possible to have line wrap selectively in different sections of the buffer? I would to wrap my text outside code blocks. But inside the code blocks, we get some ...
1 vote
0 answers
78 views
Left-align text with `visual-line-mode` and `adaptive-wrap-prefix-mode`
When I use visual-line-mode in conjunction with adaptive-wrap-prefix-mode, the wrapped text is not perfectly left-aligned (i.e. the text is not on a straight edge). Instead, it looks like this: Is it ...