/lauremacs

My new emacs configuration (wip!!)

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

LAUREMACS

About

My new emacs configuration

🚧 [WIP] 🚧

I’m developing it on

  • MacOS 🍎
  • using Emacs 29.0.50

First use issues

  • there are unsolved dependencies with packages that I didnt solve yet to plug and play. Only m-x package-install [package] that is missing from first install

How to use it

Clone this repo to your home dir and run

Make the script executable

chmod +x ~/lauremacs/scripts/lauremacs

Add script’s dir to path (optional)

echo 'PATH=~/lauremacs/scripts:$PATH' >> ~/.zshrc

Run with

lauremacs
lauremacs -nw # open emacs on shell

Note that if you clone this in another place, you will need to change lauremacs-dir inside init.el.

Load files and dirs

  • After .emacs.d/init.el is loaded, it will load .emacs, you can put adicional config there.
  • The dir ~~/private-files/emacs-files~ will be added recursivelly to emacs load path.
  • The file ~~/private-files/emacs-files/env-private.el~ is current be loaded in .emacs, but won’t throw any errors if this file does not exist.

Licence

This project is free and it will always be.

GPL-3

Screenshots

GUI mode

./screenshots/Screen Shot 2021-10-17 at 19.52.05.png

Running inside terminal

./screenshots/Screen Shot 2021-10-17 at 19.52.14.png