aboutsummaryrefslogtreecommitdiff

This package aims at providing a convenient way of editing the various configuration files you have on your system.

1. Usage

Customize the variable edit-config-files, it should the contain all the files you want to be able to jump to. Then, invoke M-x edit-config.

2. Installation

2.1. My Package Archive

I have my own package archive that you may use.

(add-to-list 'package-archives '("tr" .  "https://tristanriehs.fr/elisp-packages/"))

2.2. Manual

Get the sources at https://tristanriehs.fr/git/edit-config, and load edit-config.el.

(load "/path/to/edit-config.el")

2.3. Straight

(straight-use-package 'edit-config
  :repo "https://tristanriehs.fr/git/edit-config")