Start emacs in fullscreen and not maximised
2 files changed
tree: c3959a471d6c61ee9b979c167d1cecbdbf2c97a6
  1. README.md
  2. init/
README.md

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