del VS emacs-config

Compare del vs emacs-config and see what are their differences.

emacs-config

My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config. (by tecosaur)
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
del emacs-config
1 11
0 998
- -
0.0 9.1
over 2 years ago 14 days ago
Emacs Lisp Org
- MIT License
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.

del

Posts with mentions or reviews of del. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-25.
  • Automatic Org-mode exports via Github Actions
    2 projects | /r/emacs | 25 Oct 2021
    # This workflow will do a clean install of dependencies and run tests # For more information see: https://help.github.com/actions/language-and-framework-guides/ name: Doing the Org Export # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Set up Emacs uses: purcell/[email protected] with: # The version of Emacs to install, e.g. "24.3", or "snapshot" for a recent development version. version: 27.1 # optional # Runs a single command using the runners shell # - name: Run a one-line script # run: echo Hello, world! # Runs a set of commands using the runners shell # - name: Run a multi-line script # run: | # echo Add other actions to build, # echo test, and deploy your project. - name: Make the goods ---for now, syntax colouring does not come through; TODO shell: 'script --return --quiet --command "bash {0}"' run: emacs --script init.el # Init.el can be found at # https://github.com/alhassy/del/blob/main/init.el. # But it is mostly the following: # run: emacs -Q -nw index.org --load init.el -eval "(progn (require 'package) (add-to-list 'package-archives '(\"melpa\" . \"http://melpa.org/packages/\")) (setq package-load-list '((htmlize t))) (package-initialize) (load-theme 'adwaita) (org-html-export-to-html))" -f kill-emacs env: TERM: "xterm" # “emacs --batch” inhibits the colorization of the code snippets. # Using “emacs -Q -nw” instead does not work with Github Actions :/ - name: where am I and what's here run: | pwd ls # The next step will deploy the “/home/runner/work/del/del” directory to # the remote “gh-pages” branch of this repo. - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: /home/runner/work/del/del force_orphan: true # For newbies of GitHub Actions: Note that the GITHUB_TOKEN is NOT a # personal access token. A GitHub Actions runner automatically creates a # GITHUB_TOKEN secret to authenticate in your workflow. So, you can # start to deploy immediately without any configuration. # # “del” is the name of the repo where I'm trying this out.

emacs-config

Posts with mentions or reviews of emacs-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-27.

What are some alternatives?

When comparing del and emacs-config you can also consider the following projects:

nano-emacs - GNU Emacs / N Λ N O - Emacs made simple

org-fancy-priorities - Display Org Mode priorities as custom strings

doom-emacs - My Doom Emacs configuration

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

nyoom.emacs - Configurable, Minimal, Fast emacs config based on Nano-emacs and Doom

illiterate-config - My Doom Emacs literate configuration.

home - my linux home settings

writegood-mode - Minor mode for Emacs to improve English writing

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

emacs.d - An Emacs configuration bundle with batteries included

doom.d - My somewhat modular emacs config.