.emacs.d

My personal .emacs.d (by skeeto)

.emacs.d Alternatives

Similar projects and alternatives to .emacs.d

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better .emacs.d alternative or higher similarity.

.emacs.d reviews and mentions

Posts with mentions or reviews of .emacs.d. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-22.
  • I only use Emacs to run Elfeed anymore.
    2 projects | /r/emacs | 22 Apr 2022
    -- skeeto (https://github.com/skeeto/.emacs.d/commit/1d4614d349ba7f10aa159c833991adcfa10a4acc)
  • Whose user init have you found helpful?
    11 projects | /r/emacs | 29 Mar 2022
  • Is the default "display-buffer" logic secretly good?
    4 projects | /r/emacs | 11 Sep 2021
    (define-minor-mode dedicated-mode "Minor mode for dedicating windows. This minor mode dedicates the current window to the current buffer. The code is taken from here: https://github.com/skeeto/.emacs.d/blob/master/lisp/extras.el" :init-value nil :lighter " [D]" (let* ((window (selected-window)) (dedicated (window-dedicated-p window))) (set-window-dedicated-p window (not dedicated)) (message "Window %sdedicated to %s" (if dedicated "no longer " "") (buffer-name))))
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 27 Apr 2024
    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. Learn more →

Stats

Basic .emacs.d repo stats
3
120
5.8
about 1 month ago

skeeto/.emacs.d is an open source project licensed under The Unlicense which is not an OSI approved license.

The primary programming language of .emacs.d is Emacs Lisp.


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