Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eikek/init.el
My Emacs configuration
https://github.com/eikek/init.el
Last synced: 14 days ago
JSON representation
My Emacs configuration
- Host: GitHub
- URL: https://github.com/eikek/init.el
- Owner: eikek
- Created: 2019-11-06T21:09:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T19:56:24.000Z (about 2 months ago)
- Last Synced: 2024-09-18T11:52:41.923Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 314 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Emacs Config
I install emacs using [nix](https://nixos.org/nix), a package manager
available for Linux and OSX. It allows to install emacs and all
desired packages and keep it up-to-date.Packages are taken from the
[nixpkgs](https://github.com/NixOS/nixpkgs) collection, which creates
them from melpa and other sources.Emacs and its packages are defined in my [nix
config](https://github.com/eikek/confnix/tree/nixos-23.11/pkgs/emacs).
More information about how to install emacs this way is in the
[manual](https://nixos.org/nixos/manual/index.html#module-services-emacs).A list of packages can be generated with `list-emacs-pkgs.sh`
(requires `nix` to be installed):```
./list-emacs-pkgs.sh counsel | jq
```Then [use-package](https://github.com/jwiegley/use-package) is used to
configure emacs.