Lars Ingebrigtsen: 10×10% – Random Thoughts (closing 45% of open Emacs bugs)

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • el-patch

    ✨ Future-proof your Emacs Lisp customizations!

  • Speaking for myself, I have a lot of (use-package some-package :config (defun some-package-function-I-want-to-override (...) ...)) in my config file, which works well enough to override package definitions. In case you don't use use-package, then (eval-after-load 'some-package '(defun ...)) also works. I also use a lot of advice. Although I don't use it, https://github.com/raxod502/el-patch provides a more structured approach to patching definitions using a novel sexpy patch format.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to make this function run automatically?

    2 projects | /r/emacs | 27 Apr 2023
  • el-patch: Customize the behavior of ELisp functions (that do not provide enough variables and hooks) and make them do what you want

    1 project | /r/planetemacs | 23 Mar 2023
  • Editing source of package for customization in Emacs

    1 project | /r/emacs | 16 Dec 2021
  • lazy-load: An Elisp library that provides autoloads from pre-configured directories

    1 project | /r/planetemacs | 28 Aug 2021
  • Loading packages manually through init.el

    1 project | /r/emacs | 27 Aug 2021