blob: 80a48020749649c8d19e8c6b09c513753719a34d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Emacs.d
This is my emacs configuration. It aims to be *simple* and *lean*
## Requirements
### Emacs version
I run this config on Emacs 30, which means some packages are already built-in. On older
version you might require to install them separately.
Some examples include:
- flymake
- project.el
- treesitter
- use-package
### External dependencies
The following programs need to be installed externally in order for everything to work:
- [Git](https://git-scm.com)
- [Gnome](https://www.gnome.org/) - (alternatively change `theme.el` to match your DE/WM)
- [aspell](http://aspell.net/) - (alternatively just use ispell)
- [epdfinfo server](https://github.com/vedang/pdf-tools?tab=readme-ov-file#installing-the-epdfinfo-server) - Needed to run `pdf-tools`
|