radian VS .emacs.d

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

radian

🍉 Dotfiles that marry elegance and practicality. (by radian-software)
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
radian .emacs.d
4 3
484 120
1.0% -
6.7 5.8
2 months ago 9 days ago
Emacs Lisp Emacs Lisp
MIT License 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.

radian

Posts with mentions or reviews of radian. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-29.
  • Whose user init have you found helpful?
    11 projects | /r/emacs | 29 Mar 2022
  • Help with nested macros needed
    1 project | /r/emacs | 3 May 2021
    (defvar test--var1 nil) ;; From https://github.com/raxod502/radian/blob/cb1dda7c8a697b2d6e3b2683805df6a085aed1c7/emacs/radian.el#L194 (defmacro my-when-compiletime (cond &rest body) "Like `when', but COND is evaluated at compile time. BODY is only compiled if COND evaluates to non-nil." (declare (indent 1)) (when (eval cond) (macroexp-progn body))) (defmacro my-log (s &rest args) "Log to *Messages*." `(when t (message (concat (propertize "the value is: " 'face 'font-lock-comment-face) (when (bound-and-true-p test--var1) (propertize (format "[%s/%s] " (substring (symbol-name (car test--var1)) 1) (cdr test--var1)) 'face 'warning)) ,s) ,@args))) ;; input should be an unquoted list containing like (:a b c) and c can be and ;; often is nil. The variable f take is included here for completeness but does ;; not do anything. (defmacro my-macro (input &rest body) (let ((c (car input)) (m (car (cdr input))) (f (cdr (cdr input)))) `(my-when-compiletime t (let ((test--var1 `(,,c . ,',m))) (message "test--var1 is %s" test--var1) (my-log "We are in my-macro") ,@body)))) ;; This works as expected (my-macro (:a b) (my-log "%s" test--var1)) ;; => test--var1 is (:a . b) ;; => the value is: [a/b] We are in my-macro ;; => the value is: [a/b] (:a . b) ;; => #("the value is: [a/b] (:a . b)" 0 14 (face font-lock-comment-face) 14 20 (face warning)) ;; This not (my-macro (:a b) (defun test-fun1 () (my-log "hey")) (run-with-timer 0.1 nil #'test-fun1)) ;; => test--var1 is (:a . b) ;; => the value is: [a/b] We are in my-macro ;; => [nil 24719 64999 224627 nil test-fun1 nil nil 964000] ;; => the value is: hey
  • radian: 🍉 Dotfiles that marry elegance and practicality.
    1 project | /r/planetemacs | 18 Feb 2021
  • This is the Way
    1 project | /r/emacs | 16 Feb 2021
    You might also want to check out Radian if you haven't seen that one yet. I haven't used it, but have read most of the code. It strikes me as a very Emacs-y "starter kit".

.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 radian and .emacs.d you can also consider the following projects:

.emacs.d - M-EMACS, a full-featured GNU Emacs configuration distribution

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

dotfiles - My personal dotfiles (emacs, zsh, vim, i3)

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

dotfiles - My dotfiles: macOS, OpenBSD, Linux. Setup: git init; git remote add github https://github.com/rollcat/dotfiles; git pull github master

magit-todos - Show source files' TODOs (and FIXMEs, etc) in Magit status buffer

Dotfiles - There's no place like ~/

help - HELP Enables Literate Programming

.emacs.d - My emacs configuration

dotfiles - 🐧 Custom config files for better workflow on Linux

dotfiles - 🍚 Custom configs for mac & linux ~ brew, osx, tmux, vim, zsh, bash

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