emacs/var/elfeed/db/data/51/519ed356a9c3f797838defb24ed820fbb580163c
2022-01-03 12:49:32 -06:00

4 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Here are a couple of mini-tutorials on using two Emacs packages. Theyre both pretty short so Ive combined them into a single post. In <a href="https://readingworldmagazine.com/emacs/2021-09-06-emacs-stripes-visual-fill-column-word-wrap/">the first</a>, Yuri Tricys presents some configurations and packages to customize <a href="https://github.com/rnkn/olivetti">Olivetti-mode</a>. He shows how to adjust the margins, toggle the fringe on and off, and configure wrap and fill columns, He also shows using the <a href="https://github.com/Fanael/highlight-numbers/tree/8b4744c7f46c72b1d3d599d4fb75ef8183dee307">highlight-numbers</a> and the <a href="https://melpa.org/#/stripes">stripes</a> packages.</p>
<p>Unfortunately, Tricys doesnt provide any examples of the output but most of his configurations are self explanatory. If youre a writer who uses or is considering using Olivetti-mode, take a quick look at Tricys post.</p>
<p>The <a href="https://francopasut.netlify.app/post/emacs_expand_region/">second tutorial</a> is by Franco Pasut and considers using <a href="https://github.com/magnars/expand-region.el">expand-region</a> with LaTeX. Many Irreal readers are probably familiar with expand-region from using it with their programming buffers but its also useful for dealing with LaTeX source. Pasut has a series of animated GIFs that show it in action. Judging from the GIFs, expand-region has some shortcomings when used with LaTeX as compared to other languages. For example, Id expect the highlighting to go from word to sentence and <i>then</i> to paragraph.</p>
<p>Of course, Magnar anticipated that people would want to add capabilities and made that easy. If youre really interested in using expand-region with LaTeX, you should look into adding the features you need.</p>