Skip to main content

Questions tagged [wrapping]

1 vote
0 answers
29 views

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 ...
unhammer's user avatar
  • 1,301
1 vote
1 answer
500 views

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-...
pahohu's user avatar
  • 311
3 votes
0 answers
106 views

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 ...
habit's user avatar
  • 143
0 votes
1 answer
103 views

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 ...
Pedro Delfino's user avatar
0 votes
0 answers
58 views

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 ...
Felipe Dilho's user avatar
2 votes
3 answers
817 views

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 ...
Pedro Delfino's user avatar
3 votes
0 answers
139 views

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 ...
TheChetan's user avatar
  • 143
1 vote
0 answers
78 views

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 ...
johnymm's user avatar
  • 173

15 30 50 per page