Emacs TIL

Today I learn in Emacs

Blog Index About Search

counsel-ag: Ignore matches from files

ag supports the option --ignore PATTERN to ignore files/directories whose names match the pattern. We could find a way to pass this command option in as a prefix argument.

Sep 15, 2021 · 1 min read

Org mode: How to fold current heading

If you are editing the current heading, and you are done with it, you want to fold it, and move on.

Sep 10, 2021 · 1 min read

Org mode: How to fold all other headings except the current one

If you are in a long org file, sometimes it’s helpful to fold all other headings and focus on the current one.

Sep 9, 2021 · 1 min read

Use Emacs like Postman for API testing

Doom Emacs has the restclient mode support for org-mode code block. To turn it on, uncomment the rest under :lang in init.el.

Sep 8, 2021 · 1 min read

Org-roam: Turn heading into a node

When editing in org-roam mode, when a heading becomes prominent, you sometimes want to make it a node. Doing so means you can link it in other nodes.

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

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