Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1014 Bytes

readme.md

File metadata and controls

39 lines (25 loc) · 1014 Bytes

Emacs

CI Status

Docker Setup

There is a Docker image built from this repository that contains Emacs 28 with all packages AOT compiled. Image runs as user nakkaya replace your username as required.

There are sample docker-compose.yml files in devops/docker/. That will launch a web based interface that can be used on remote machines. If you have python invoke installed these can be launched using,

# For Web & GUI Interface (By attaching using xpra)
invoke up
# then
xpra attach tcp://127.0.0.1:9090 --window-close=disconnect
# or
chrome http://127.0.0.1:9090

Semi Automated Setup

Clone this repository,

git clone git@github.com:nakkaya/emacs.git

Navigate to devops/<your_os> and run the provided install script.

Manual Setup

Clone this repository,

git clone git@github.com:nakkaya/emacs.git

Tell .emacs to load init.el.

(load-file "~/source/emacs/init.el")