galactic-emacs

An Emacs distribution coming from the space ... (by daviderestivo)

Galactic-emacs Alternatives

Similar projects and alternatives to galactic-emacs

  1. emacs-gtd

    Get Things Done with Emacs

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. emacs-notes

    My Emacs configuration file and other useful Emacs related files (this repo is mostly for personal use only)

  4. dotfiles

    Mostly emacs, random scripts, and nix (by glynnforrest)

  5. org-screenshot

    screenshots integrated with emacs org mode attachments

  6. loopy

    1 galactic-emacs VS loopy

    A better looping and iteration macro for Emacs. (Moving to Codeberg)

  7. emacs-from-scratch

    An example of a fully custom Emacs configuration developed live on YouTube!

  8. .emacs.d

    8 galactic-emacs VS .emacs.d

    Centaur Emacs - A Fancy and Fast Emacs Configuration

  9. doom-emacs

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

  10. .emacs.d

    My .emacs.d directory (by mattiasb)

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

galactic-emacs discussion

Log in or Post with

galactic-emacs reviews and mentions

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

Stats

Basic galactic-emacs repo stats
2
124
5.0
about 2 months ago

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