Emacs Lisp deferred-loading

Open-source Emacs Lisp projects categorized as deferred-loading

Emacs Lisp deferred-loading Projects

deferred-loading
  1. use-package

    Discontinued A use-package declaration for simplifying your .emacs

    Project mention: C++ Template Macroprogramming versus Lisp Macros | news.ycombinator.com | 2024-11-15

    One example is the ~use-package~ macro (Emacs plugin) [0]. Using packages in emacs is mostly the same code over and over. They've already been abstracted in functions, but you still find yourself juggling with so many utilities. You could write a bigger functions, but it will then have a lot of conditional branches. This macro selectively select the code it needs and transforming it if needs be and then the result will be evaluated.

    It's a bit hard to explain for me (English is not my native language). But it's the difference between coding a solution will all the edge cases baked in and coding an archetype that let you add your own cases. With functions, you abstract common algorithms, with macros you abstract common architecture.

    [0] https://github.com/jwiegley/use-package/blob/a6e856418d2ebd0...

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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 deferred-loading discussion

Log in or Post with

Emacs Lisp deferred-loading related posts

  • Use-Package & different key bindings based on host computer

    2 projects | /r/emacs | 29 Jun 2023
  • Can't remove Emacs as "cask emacs is not installed"

    2 projects | /r/emacs | 1 Jun 2023
  • symbols function definition is void: map!

    2 projects | /r/emacs | 22 May 2023
  • 'org' is already installed (use-package)

    1 project | /r/emacs | 24 Feb 2023
  • Unable to display ligatures in Emacs

    2 projects | /r/emacs | 6 Jan 2023
  • Boilerplate config

    9 projects | /r/emacs | 4 Jan 2023
  • what is basic alghoritm/logic of installation packages to emacs?

    2 projects | /r/emacs | 18 Dec 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 Aug 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

# Project Stars
1 use-package 4,478

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Emacs Lisp is
the 25th most popular programming language
based on number of references?