elpaca | GNU Emacs | |
---|---|---|
29 | 247 | |
661 | 4,460 | |
- | 0.8% | |
9.0 | 10.0 | |
10 days ago | about 9 hours ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
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.
elpaca
-
Zed is now open source
Elpaca [1] does not do this. I use it and it works a treat.
1: https://github.com/progfolio/elpaca
- Package contribution workflow
-
Returning emacs user - what packages are common now?
As others have said your packages work well and should still be widely supported. use-package has been blessed by the maintainers of emacs and will be a default package when Emacs 29 is released. If you are looking for another package manager /u/nv-elisp 's https://github.com/progfolio/elpaca would be a good one to checkout.
-
If you like Straight, you should try Elpaca
One of my biggest challenges with it is for packages that have extensions. Where they just work with Elpa/Melpa but then when you convert over to Elpaca they break and you have to go digging around Elpaca's manual and try to figure out the right file incantation that will make things works.
- Using package loader (e.g. use-package) in file besides init.el?
-
How to Make Emacs Look Cooler with Simple Customization
Elpaca. https://github.com/progfolio/elpaca - an alternative to the built in package manager. Very fast with an eminently decent UI, and allows for any or no fine-tuning how any given package should be installed.
-
Emacs lisp huge single file packages
Here's an overview of the current structure of Elpaca:
- Elpaca: The Basics
-
emacs can be "heavy" but still blazingly fast
If you get around to actually measuring it, let me know. I'm collecting data points for comparison with Elpaca.
-
Will any emacs package manager let me audit packages before installing them?
Elpaca has the elpaca-fetch command for this purpose. It fetches a package repository and will display the commit log. Each commit hash is a button which will open a magit diff view if magit is installed. It could very easily be extended to work with vc, ediff, etc. Here's a screenshot of what the update log looks like:
GNU Emacs
-
How Your Code Editor Got Its Superpowers 🚀
Meanwhile, Richard Stallman at MIT took a different path with Emacs in 1985. Where Vi focused on speed and efficiency, Emacs pursued extensibility and customization. These contrasting philosophies - minimal versus expansive - would shape development tools for decades.
-
Python: From Beginners to Pro in 30 Mins (Part 1)
GNU Emacs
-
Arbitrary shell command evaluation in Org Mode (GNU Emacs)
Unexpected evaluation is never a feature, Emacs should at least warn and prompt before executing code in a file that somebody opens.
What's of greater importance here is not this specific security issue, but the default behavior of MIME handling in Emacs which can turn any unexpected evaluation bug (which we are likely to see more of) into remote code execution. We've had a previous Org security issue in exactly the same vein [1] and the Emacs MIME defaults are still unsafe. Of course, one can change them (non-trivial and related documentation is extremely confusing, see [2] for a possible solution) but really Emacs should not come with these defaults.
[1] https://github.com/emacs-mirror/emacs/commit/befa9fcaae29a6c...
-
9 tools, libraries and extensions our developer can't live without (and why)
While Emacs has been around since the 70s. Its extensive library of add-on packages, which allow me to tailor the editor to their specific workflow and needs. Syntax highlighting, code completion, version control integration, and a built-in terminal emulator, making it suitable for me for a variety of programming tasks.
-
Exploring ASTs in Emacs with Tree-sitter
Emacs is a highly extensible, customizable, and powerful text editor primarily used in the field of software development and computer programming. Developed by Richard Stallman and initially released in the 1970s, Emacs has since evolved into a versatile platform offering a wide array of features beyond basic text editing.
-
A Love Letter to Intellectualism
gnu.org - contains everything you need to research his philosophy.
stallman.org - personal website, contains a lot of opinion, but I absolutely respect this man in all what he says.
emacs.org (redirects to https://www.gnu.org/software/emacs/) - his non-philosophical work, one of two mainstream console text editors.
-
The KGB, the Computer and Me – The Cuckoo's Egg Story [video]
Forever, there was a file included in stock Emacs, `spook.el`, which could be hooked up to automatically add random strings of "interesting" keywords to each of your email or Usenet messages (in signatures, or in headers like `X-Spook`).
https://www.gnu.org/software/emacs/manual/html_node/emacs/Ma...
Looks like copyright date of 1988:
https://github.com/emacs-mirror/emacs/blob/master/lisp/play/...
https://github.com/emacs-mirror/emacs/blob/master/etc/spook....
Try `M-x spook RET` in an Emacs buffer.
-
How to combine daily journal with general database of people, places, things, etc.
If you want to spare a couple of detours, you probably could start with Emacs Org-mode according to Greenspun's eleventh rule: "Any sufficiently complicated PIM or note-taking program contains an ad hoc, informally specified, bug-ridden, slow implementation of half of Org mode."
-
Microsoft is exploring adding a command line text editor into Windows, and it wants your feedback
Emacs: winget install GNU.Emacs
-
Using Common Lisp in Emacs
The whole cl-lib thing is a total disaster:
https://github.com/emacs-mirror/emacs/blob/master/lisp/emacs...
They added cl- as a prefix to each Common Lisp symbol.
FIRST is now called cl-first, CAAAR is now cl-caaar .
I would really prefer if GNU Emacs removes all Common Lisp functionality, instead of creating this really wacky stuff, with discussions about this topic every year.
What are some alternatives?
elpa-mirror - Create local emacs package repository. 15 seconds to install 115 packages.
Visual Studio Code - Visual Studio Code
consult-notes - Use consult to search notes
Geany - A fast and lightweight IDE
alexpdp7 - My personal monorepo: blog, writing, personal infra, tools...
Atom - :atom: The hackable text editor
ejira - Emacs JIRA integration
spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
straight.el - 🍀 Next-generation, purely functional package manager for the Emacs hacker.
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
emacs-libvterm - Emacs libvterm integration
uemacs - Random version of microemacs with my private modificatons