.emacs.d

My .emacs.d configuration. Even have a Github Actions pipeline :smirk: (by themkat)

.emacs.d Alternatives

Similar projects and alternatives to .emacs.d based on common topics and language

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

.emacs.d reviews and mentions

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-05.
  • Creating container images with Ansible (using ansible-bender)
    5 projects | dev.to | 5 Apr 2022
    --- - name: Emacs setup - Containerized hosts: all vars: ansible_bender: base_image: python:3.9-slim-bullseye target_image: name: myemacs cmd: bash user: themkat working_dir: /home/themkat pre_tasks: - name: Update package archives (Debian-based) apt: update_cache: true cache_valid_time: 7200 when: ansible_os_family == "Debian" tasks: - name: Make sure Emacs and git is installed package: name: - emacs - git state: present - name: Create themkat user user: name: themkat create_home: true state: present # had issues with using the home symbol + become_user here. Might be an issue to look out for - name: Download Emacs config #become_user: themkat git: repo: https://github.com/themkat/.emacs.d.git dest: /home/themkat/.emacs.d - name: Make themkat the owner file: path: /home/themkat/.emacs.d owner: themkat recurse: true state: directory

Stats

Basic .emacs.d repo stats
1
8
7.1
about 12 hours ago

The primary programming language of .emacs.d is Emacs Lisp.

Popular Comparisons


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