doom-emacs
My Doom Emacs configuration (by TimothyYe)
yasnippet-snippets
a collection of yasnippet snippets for many languages (by AndreaCrotti)
doom-emacs | yasnippet-snippets | |
---|---|---|
2 | 4 | |
24 | 1,212 | |
- | 0.4% | |
0.0 | 6.7 | |
over 4 years ago | 25 days ago | |
YASnippet | YASnippet | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
doom-emacs
Posts with mentions or reviews of doom-emacs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-13.
-
Configuring emacs the right way
You can take a look at the default init.el file for Doom emacs here, as you can see, there is a :lang section where you can uncomment support for commonly used languages. Although you generally don't change the init.el file too much, usually, it is there to load your actual config files. If your language is not supported out of the box, there are ways to add packages (a.k.a. "plug-ins") in packages.el. And you can add customizations in config.el.
- doom-emacs: My Doom Emacs configuration
yasnippet-snippets
Posts with mentions or reviews of yasnippet-snippets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-20.
-
Key bindings to insert snippets/characters (Emacs+ESS)
I second yasnippet, it is extremely handy for all sorts of boilerplate (like LaTeX preambles, environments). There are many contributed snippets in the yasnippet-snippets repo that you can look at as examples.
-
Ability to search/pull elisp snippets from within emacs?
But you could look at what others do for Yasnippets? https://github.com/AndreaCrotti/yasnippet-snippets/tree/master/snippets/emacs-lisp-mode
- Hacking Fish Script In Emacs
-
Emacs PHP mode?
You may want yasnippets. It's in melpa. I don't use lsp-mode. Consider using gnu global with ggtags and ctags for parsing and indexing your code-base for searching for symbols within emacs.
What are some alternatives?
When comparing doom-emacs and yasnippet-snippets you can also consider the following projects:
emacs-from-scratch - An example of a fully custom Emacs configuration developed live on YouTube!
company-shell
emacs-config - My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.
web-mode - web template editing mode for emacs
doom.d - My somewhat modular emacs config.
vscode-intelephense - PHP intellisense for Visual Studio Code