Skip to content

volkannaktass/emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 48.0%
  • Shell 24.8%
  • Python 10.8%
  • Emacs Lisp 8.6%
  • PowerShell 7.8%