Skip to content

aarikere/.emacs.d

Repository files navigation

Emacs config

My personal emacs config. Also contains all currently installed packages. Goal is to remove all installed packages and do use-package for all packages in the init file.

Dockerized emacs

To build, run docker build . -t emacs-personal --network=host while in the folder

To run the image with a GUI, run docker run -it --rm --network=host -e DISPLAY -v /mnt/home/<username>/:/root/ -v /tmp/.X11-unix:/tmp/.X11-unix emacs-personal

About

My personal emacs config files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published