commit | 345f8a513a25b8605cebd95c48221b199727a06e | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Sat Dec 21 22:05:46 2019 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Sat Dec 21 22:15:29 2019 +0000 |
tree | c3959a471d6c61ee9b979c167d1cecbdbf2c97a6 | |
parent | b2475d3b53521706b75ad98826bc437a24a29039 [diff] |
Start emacs in fullscreen and not maximised
Find here multiple files for customizing Emacs
# 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