Skip to content

viglioni/lauremacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAUREMACS

About

My new emacs configuration

🚧 [WIP] 🚧

I’m developing it on

  • MacOS 🍎
  • using Emacs 29.1 installed with
    brew install emacs-plus@29 --with-dbus --with-mailutils --with-xwidgets --with-imagemagick --with-native-comp  --with-modern-orange-icon
    
        

First use

# Install font Source Code Pro:
brew tap homebrew/cask-fonts 
brew install font-source-code-pro
# Install ispell / aspell
brew install ispell
brew install aspell
  • there might be 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
  • Install icons: M-x all-the-icons-install-fonts RET.

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

About

My new emacs configuration (wip!!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published