What is your workflow to read opensource software in emacs?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Elpy

    Emacs Python Development Environment

  • For python development, I use https://github.com/jorgenschaefer/elpy (Elpy is an Emacs package to bring powerful Python editing to Emacs. It combines and configures a number of other packages, both written in Emacs Lisp as well as Python.)

  • emacs.d

    Fast and robust Emacs setup. (by redguardtoo)

  • For code navigation, I still use counsel-etags+ctags. Also see the new trick I invented in counsel-etags, M-x counsel-etags-find-tag-at-point can open the documentation of 3rd party python package API. For example, see https://github.com/redguardtoo/emacs.d/commit/18ff983aba1cb6f102abd0f95035d1a8b66af7fb how I set up for numpy.

  • 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
  • find-file-in-project

    Quick access to project files in Emacs

  • project.el will help. A package like find-file-in-project will help you work with large projects.

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