Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmvianna/emacs.d
emacs configuration using straight.el and use-package
https://github.com/dmvianna/emacs.d
Last synced: about 1 month ago
JSON representation
emacs configuration using straight.el and use-package
- Host: GitHub
- URL: https://github.com/dmvianna/emacs.d
- Owner: dmvianna
- Created: 2021-06-09T11:33:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T09:17:35.000Z (about 1 month ago)
- Last Synced: 2024-12-02T10:27:13.222Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 387 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emacs.d
`git clone` this repo to your `~/.emacs.d`, `~/.config/emacs` or wherever
you put your emacs configuration, or browse about and copy/paste the parts
you like.Thanks to
[use-package](https://github.com/jwiegley/use-package),
[system-packages](https://gitlab.com/jabranham/system-packages) and
[elpaca](https://github.com/progfolio/elpaca), it has become much easier
to manage and move the configuration across machines with minimal hassle.
If you want to scale your configuration, you can't go too wrong reading
their `README.md`s prior to copy-pasting snippets indiscriminately.version compatibility
---------------------This configuration was tested with **emacs 29**.
OS environment
--------------This configuration is geared towards **Fedora Linux** and **Gnome**
running on **Wayland**. However nothing here prevents it running on other
platforms except the fact that [system-packages](https://gitlab.com/jabranham/system-packages) is set to
use the [dnf](https://dnf.readthedocs.io/en/latest/command_ref.html) package
manager. You can always fork this repo and change```cl
system-packages-package-manager 'dnf
```to `nil` if you want to guess
```cl
system-packages-package-manager nil
```or any other package manager you prefer to use in your operating system.
Have fun!