galactic-emacs

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

Galactic-emacs Alternatives

Similar projects and alternatives to galactic-emacs

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 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
120
6.9
about 1 month ago

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