A simple Emacs setup for the terror of academic life.
DELM 0b872f4655 use-package | vor 11 Monaten | |
---|---|---|
templates | vor 11 Monaten | |
LICENSE | vor 2 Jahren | |
README.org | vor 11 Monaten | |
custom.el | vor 1 Jahr | |
elfeed.org | vor 11 Monaten | |
init.el | vor 11 Monaten | |
terror.org | vor 1 Jahr |
A minimal and functional configuration of GNU Emacs aimed at academic use, mainly for the creation of technical articles, presentations, literary programming and reproducibility.
NOTE: The init.el
configuration file is automatically generated from terror.org
, and is explained in detail in this file. A copy can be found here.
For full-featured Emacs distributions, it is highly recommended to check:
Many ideas have been taken from System Crafters' EFS:
init.el
)use-package
.)On Debian GNU/Linux:
# apt install git emacs fonts-jetbrains-mono
With GNU Guix:
$ guix install git emacs font-jetbrains-mono
The following tools are optional and allow you to open files from dired
. They can be replaced by any other package of choice in the corresponding section of init.el
.
On Debian GNU/Linux:
# apt install nsxiv mpv
With GNU Guix:
$ guix install nsxiv mpv
If any previous configuration exists, move it (or delete it):
$ mv .emacs.d/ old-emacs-d
Clone and rename the repository in ~/:
$ git clone https://notabug.org/dlmayhem/terror-emacs.git .emacs.d
Start Emacs et voilà !
Once all the packages are installed, all that remains is to run the following command inside Emacs:
M-x all-the-icons-install-fonts
Happy hacking!