.emacs.d VS galactic-emacs

Compare .emacs.d vs galactic-emacs and see what are their differences.

galactic-emacs

An Emacs distribution coming from the space ... (by daviderestivo)
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.d galactic-emacs
1 2
3 120
- -
9.5 7.6
15 days ago 11 days ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.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.
  • Does Emacs Fully Support CLI?
    1 project | /r/emacs | 22 Mar 2021
    I did something like this when I was using control-mode for example: https://github.com/mattiasb/.emacs.d/blob/master/lisp/mb-f.el#L340-349

galactic-emacs

Posts with mentions or reviews of galactic-emacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.
  • galactic-emacs: An Emacs distribution coming from the space
    1 project | /r/planetemacs | 5 Dec 2023
  • org-screenshot with flameshot - instructions unclear
    2 projects | /r/emacs | 2 Oct 2021
    (use-package org-download :after org :bind (:map org-mode-map (("s-Y" . org-download-screenshot) ("s-y" . org-download-yank))) :config (if (memq window-system '(mac ns)) (setq org-download-screenshot-method "screencapture -i %s") ;; (setq org-download-screenshot-method "maim -s %s") (setq org-download-screenshot-method "flameshot gui --raw > %s") ) (defun my-org-download-method (link) "This is a helper function for org-download. It creates a folder in the root directory (~/.org/img/) named after the org filename (sans extension) and puts all images from that file in there. Inspired by https://github.com/daviderestivo/emacs-config/blob/6086a7013020e19c0bc532770e9533b4fc549438/init.el#L701" (let ((filename (file-name-nondirectory (car (url-path-and-query (url-generic-parse-url link))))) ;; Create folder name with current buffer name, and place in root dir (dirname (concat "./images/" (replace-regexp-in-string " " "_" (downcase (file-name-base buffer-file-name)))))) ;; Add timestamp to filename (setq filename-with-timestamp (format "%s%s.%s" (file-name-sans-extension filename) (format-time-string org-download-timestamp) (file-name-extension filename))) ;; Create folder if necessary (unless (file-exists-p dirname) (make-directory dirname t)) (expand-file-name filename-with-timestamp dirname))) (setq org-download-method 'my-org-download-method))

What are some alternatives?

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

emacs-from-scratch - An example of a fully custom Emacs configuration developed live on YouTube!

org-screenshot - screenshots integrated with emacs org mode attachments

emacs-config - A literate emacs configuration for C#, python, ivy, yasnippet, ...

emacs.d

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration

emacs-gtd - Get Things Done with Emacs