Emacs Lisp emacs-configuration

Open-source Emacs Lisp projects categorized as emacs-configuration

Top 23 Emacs Lisp emacs-configuration Projects

  • doomemacs

    An Emacs framework for the stubborn martian hacker

  • Project mention: M-X Reloaded: The Second Golden Age of Emacs – (Think) | news.ycombinator.com | 2024-02-27

    Yes, you need to install Emacs. It is probably available from whatever package manager your system uses.

    I prefer Doom (https://github.com/doomemacs/doomemacs) to Spacemacs. However I haven't looked at Spacemacs for many years; perhaps it's now on par with Doom.

  • .emacs.d

    Centaur Emacs - A Fancy and Fast Emacs Configuration

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • emacs-from-scratch

    An example of a fully custom Emacs configuration developed live on YouTube!

  • Project mention: How to build a config | /r/emacs | 2023-08-25

    I am building an emacs config, I have got a list and plan of what I want, but I am not sure where I start building, are their any guides or docs on how to build a config from scratch, explainations of concepts like lazy loading, how the different package managers work and what they do, and all the built in emacs concepts and features I have gone though this tutorial, but it doesn't explain anything and doesn't show how to customise anything.

  • elegant-emacs

    A very minimal but elegant emacs (I think)

  • Project mention: Beautifying Org Mode in Emacs (2018) | news.ycombinator.com | 2024-04-15

    Indeed!

    I remember liking "elegance" at the time[0] by the same author.

    [0]: https://github.com/rougier/elegant-emacs

  • .emacs.d

    M-EMACS, a full-featured GNU Emacs configuration distribution (by MatthewZMD)

  • frontmacs

    Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution

  • .emacs.d

    My emacs configuration (by kaushalmodi)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • .doom.d

    Private DOOM Emacs config highly focused around orgmode and GTD methodology, along with language support for Python and Elisp.

  • lunarymacs

    Moon-based Emacs configuration.

  • Project mention: lunarymacs: casouri's Emacs configuration | /r/planetemacs | 2023-08-11
  • .emacs.d

    My literate Emacs configuration (by KaratasFurkan)

  • circadian.el

    Theme-switching for Emacs based on daytime

  • Project mention: Emacs Advent Calendar 8: emacs-goodnight | /r/emacs | 2023-12-09

    I wrote this package because I didn't know circadian.el existed.

  • galactic-emacs

    An Emacs distribution coming from the space ...

  • Project mention: galactic-emacs: An Emacs distribution coming from the space | /r/planetemacs | 2023-12-05
  • dmacs

    Emacs Literate Configuration with borg

  • Project mention: Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit | /r/emacs | 2023-05-19

    (use-package lsp-java :after lsp-mode :hook (java-mode-local-vars . java-lsp) :custom (lsp-jt-root (concat lsp-java-server-install-dir "java-test/server/")) (dap-java-test-runner (concat lsp-java-server-install-dir "test-runner/junit-platform-console-standalone.jar")) ;; Stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java ;; Use Google style formatting by default (lsp-java-format-settings-url "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml") (lsp-java-format-settings-profile "GoogleStyle") (lsp-java-vmargs `("-XX:+UseParallelGC" "-XX:GCTimeRatio=4" "-Dsun.zip.disableMemoryMapping=true" "-noverify" "-Xmx1G" "-XX:+UseG1GC" "-XX:+UseStringDeduplication" ,(concat "-javaagent:" ;; probably need to update this. (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")) ,(concat "-Xbootclasspath/a:" (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")))) :config ;; Also stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java (defun java-lsp () (setq electric-indent-inhibit nil) (lsp-deferred) (if (bound-and-true-p lsp-mode) (setq-local completion-at-point-functions (list (cape-capf-buster #'cape:lsp-cape) #'cape-file)))))

  • emacs.d

  • jcs-emacs

    Emacs configuration works across all OSs

  • Project mention: I’m a bit intimidated by the learning curve | /r/emacs | 2023-06-17

    Not sure if this will help, but here is the repo link: https://github.com/jcs-emacs/jcs-emacs!

  • emacs-config

    My personal Emacs configuration (by oantolin)

  • Project mention: Emacs Advent Calendar 7: ordeless, embark 1.0 and some bric-a-brac | /r/emacs | 2023-12-07

    block-undo. Have keyboard macros undo in a single step (something vi gets right!).

  • emacs.d

    The emacs configuration of a vim convert. (by glynnforrest)

  • crazy-theme.el

    🎲 A Crazy Emacs theme🎨 for crazy people🌪️. Tired of the same old color scheme every day😩? Try it out and add some chaos to your coding life! 😈

  • emacs-config

    A literate emacs configuration for C#, python, ivy, yasnippet, ... (by Atman50)

  • emacs.d

    My emacs config (by malb)

  • dotfiles

    Emacs configurations and other stuff (mirror) (by andreyorst)

  • emacs.onboard

    Single-file Emacs starter kit without 3rd-party packages. Almost vanilla Emacs, with just the right amount of sweetness to flatten the learning curve.

  • .doom.d

    Hotel California of creative writing. My Doom-Emacs configuration tailored to suit the needs of the demanding writer. (by jacmoe)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Emacs Lisp emacs-configuration related posts

Index

What are some of the best open-source emacs-configuration projects in Emacs Lisp? This list will help you:

Project Stars
1 doomemacs 18,535
2 .emacs.d 1,914
3 emacs-from-scratch 1,662
4 elegant-emacs 1,322
5 .emacs.d 655
6 frontmacs 495
7 .emacs.d 258
8 .doom.d 238
9 lunarymacs 232
10 .emacs.d 167
11 circadian.el 165
12 galactic-emacs 120
13 dmacs 113
14 emacs.d 109
15 jcs-emacs 89
16 emacs-config 80
17 emacs.d 47
18 crazy-theme.el 39
19 emacs-config 34
20 emacs.d 34
21 dotfiles 30
22 emacs.onboard 19
23 .doom.d 17

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com