Emacs Weekly Tips, Tricks, or Questions
This post is a weekly opportunity to start a conversation on Emacs. Post any new tips, tricks, or questions you have for the community.
Syndicated from the fediverse. Read and engage on the original instance.
View original on lemmy.worldThis post is a weekly opportunity to start a conversation on Emacs. Post any new tips, tricks, or questions you have for the community.
1 reply
Here is a quick trick to start. I recently discovered the identity function in Emacs lisp which can be useful when combined with other Emacs lisp functions. For instance, to take any Emacs lisp list and create a string separated by a space, you can do the following:
Very useful for making lisp to create strings that work on the command line.