Emacs init.el setup(s)

Clone this repo:

Branches

  1. 345f8a5 Start emacs in fullscreen and not maximised by Luigi Santivetti · 4 years, 5 months ago master
  2. b2475d3 readme: add 'how to' instructions by Luigi Santivetti · 4 years, 6 months ago
  3. 2cb89dd init: add workaround for nlinum and emacsclient by Luigi Santivetti · 4 years, 6 months ago
  4. 4ab714f init: add init-work.el by Luigi Santivetti · 4 years, 6 months ago
  5. d02b616 init: rename init.el to init-home.el by Luigi Santivetti · 4 years, 6 months ago

Emacs Public archive


Find here multiple files for customizing Emacs

How to


# Clone this repo
 $ git clone https://bitbucket.org/luigi_s/emacstore.git ~/.emacs/emacstore

# Backup your old init.el
 $ [ -f  ~/.emacs/init.el ] && mv ~/.emacs/init.el ~/.emacs/init.el.old

# Link new init.el
 $ ln -sf ~/.emacs/emacstore/init/init-home.el ~/.emacs/init.el