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.
Today I learn in Emacs
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.
If you are editing the current heading, and you are done with it, you want to fold it, and move on.
If you are in a long org file, sometimes it’s helpful to fold all other headings and focus on the current one.
Doom Emacs has the restclient mode support for org-mode code block. To turn it on, uncomment the rest
under :lang
in init.el
.
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.