Probably not what you want to do, but IIUC you could run Emacs from Cygwin and it wouldn't have that problem.
this post was submitted on 31 Oct 2023
2 points (100.0% liked)
Emacs
342 readers
1 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 2 years ago
MODERATORS
I started to play with that to store the eln files on the vc and create a "binary only" emacs ...
I don't know it is theoretically possible or not (to use the eln files without el ones).
config --global core.autocrlf true
Change to straight.el
package manager, it downloads git repos you can lock and even add your own.
I only have my .emacs
file under version control, which automatically installs missing packages through use-package
's :ensure
parameter.
The downside is of course that it takes a while after a fresh checkout.