emacs.d icon indicating copy to clipboard operation
emacs.d copied to clipboard

Configurations for Emacs

trafficstars

#+title: My Emacs Configuration #+author: Takaaki Ishikawa #+email: [email protected] #+startup: showall

  • Introduction

This git repository stores configuration files for Emacs 28.1.

The author is Takaaki ISHIKAWA [email protected]

#+caption: ゆにこーーん #+ATTR_HTML: :width 100 :alt unicorn [[https://orgmode.org][https://orgmode.org/resources/img/org-mode-unicorn.svg]]

I love org mode :)

  • Files

| File | Description | Location | Compile | |-----------------+--------------------------------------------+--------------------------+---------| | .emacs | Startup configuration file | ${HOME} | | | .spacemacs | Startup configuration for Spacemacs | ${HOME} | | | elget-config.el | Package list and setup for el-get | ${HOME}/.emacs.d/lisp | | | elget-setup.el | Setup for el-get | ${HOME}/.emacs.d/lisp | | | init-ad.el | Advice for load and require | ${HOME}/.emacs.d/lisp | | | init-async.el | Functions to call at startup with async.el | ${HOME}/.emacs.d/lisp | | | init-dired.el | Config for dired.el | ${HOME}/.emacs.d/lisp | YES | | init-env.el | Base settings | ${HOME}/.emacs.d/lisp | | | init-eval.el | Require packages when compiling | ${HOME}/.emacs.d/lisp | | | init-org.el | Sub configuration file for Org | ${HOME}/.emacs.d/lisp | YES | | init-win.el | Windows-specific configurations | ${HOME}/.emacs.d/lisp | | | init.el | Generated from init.org | ${HOME}/.emacs.d/lisp | YES | | init.html | Documents generated from init.org | | | | init.org | Main configuration file | | | | early-init.el | Will be loaded before GUI construction | ${HOME}/.emacs.d/lisp | | | late-init.el | Config for postpone.el | ${HOME}/.emacs.d/lisp | YES | | utility.el | Generated from utility.org | ${HOME}/.emacs.d/lisp | YES | | my-debug.el | Configurations for debugging | ${HOME}/.emacs.d/lisp | | | recipes/ | Private el-get recipes | ${HOME}/.emacs.d/recipes | | |-----------------+--------------------------------------------+--------------------------+---------|

  • ChangeLog ** 2022-07
  • Integrate setting in utility.org to init.org

** 2020-01

  • Refactoring
  • Remove Cask file, odt, and pdf
  • Add private recipes for el-get