Emacs TIL

Today I learn in Emacs

Blog Index About Search

Org Mode + Mermaid

It’s neat to be able to render diagrams and flowcharts from text, which leads us to Mermaid.

Sep 19, 2021 · 1 min read

Org: Insert link from clipboard

If you are on Linux, you can use org-cliplink

Sep 17, 2021 · 1 min read

Ivy: autocomplete with the current selection

Sometimes the thing we want to edit is similar to the selection. When the name is long, e.g., a long file name, it is cumbersome to type out the full name. So it is handy to just insert the current selection and continue our edit.

Sep 16, 2021 · 1 min read

Excellent tutorial video about Emacs Transient

I’ve been using Magit for a long time and haven’t thought about

Sep 16, 2021 · 1 min read

counsel-ag: Search and match the whole word

ag supports the option `-w` to match the whole word. We could find a way to pass this command option in as a prefix argument.

Sep 15, 2021 · 1 min read
1
8 9 10 11 12

© 2024 Emacs TIL. Powered by Jekyll & Forever Jekyll.