emacs.dz VS .emacs.d

Compare emacs.dz vs .emacs.d and see what are their differences.

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
emacs.dz .emacs.d
9 3
1,266 120
- -
2.2 5.8
6 months ago 7 days ago
Emacs Lisp
- The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

emacs.dz

Posts with mentions or reviews of emacs.dz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-31.

.emacs.d

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))))

What are some alternatives?

When comparing emacs.dz and .emacs.d you can also consider the following projects:

awesome-cpp - A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.

popper - Emacs minor-mode to summon and dismiss buffers easily.

github-cheat-sheet - A list of cool features of Git and GitHub.

bufler.el - A butler for your buffers. Group buffers into workspaces with programmable rules, and easily switch to and manipulate them.

spacemacs_module_for_doom - Aim to port spacemacs features (defaults keybinding, transient state, layers and more) to doom, and provides a spacemacs module for doom.

radian - 🍉 Dotfiles that marry elegance and practicality.

tridactyl_emacs_config - Emacs bindings for Tridactyl

.emacs.d - My emacs configuration

awesome-for-beginners - A list of awesome beginners-friendly projects.

every-emacs-initialization-file - Share links to Emacs initialization files with minimal effort!

.emacs.d - 一个快速且实用的 Emacs 配置

crafted-emacs - A sensible base Emacs configuration.