Git Product home page Git Product logo

.emacs.d's Introduction

Emacs configuration

opinionated set of emacs lisp files

?

  • elpaca for package management
  • leaf for package configuration
  • vertico for completion UI (ones you see for M-x, C-h f, C-h v, etc…)
  • lsp-bridge for the LSP client (it’s actually faster than everything else)
  • evil-mode for modal editing
  • embrace variable pitch for titles and headings
  • defer everything if possible (an exception was made for no-littering and exec-path-from-shell)

Notes

  • Use (elpaca-leaf) for configuring external packages and (leaf) for built-in packages.

Tips, Tricks, and Magic

I employ several magical hacks, tips and tricks, used by other Emacs users, in order for my emacs-init-time, be under 1 second.

  • Avoid set-face-attribute when possible
    • In the case where this isn’t possible, hook these calls to emacs-startup.
  • Frame modifications must be done in early-init.el.
  • Defer loading of packages with :leaf-defer t (this is default behavior of leaf).
    • This is the most important and impactful.
    • Employ the use of :hook, :bind, :mode, and others to load packages when they are needed.
  • Relax the garbage collector during start up.
  • Unset file-name-handler-alist during start up.
  • Set the initial major mode to fundamental-mode.
  • Use Emacs with native-comp feature enabled.

Screenshots

obligatory screenshot section

assets/screenshot.png

assets/busy.png

.emacs.d's People

Contributors

moni-dz avatar

Stargazers

Nabeen Tiwaree avatar Joan Milev avatar

Watchers

 avatar  avatar

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.