Git Product home page Git Product logo

lauremacs's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.