blob: 5ae8428d8928b5b206944a9e1bc2ac3718e8e313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#+TITLE: edit-config
This package aims at providing a convenient way of editing the various
configuration files you have on your system.
* 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=.
* Installation
This packages in not available in any common repository yet. You have to get it
at https://tristanriehs.fr/git/edit-config.git. If you use
[[https://github.com/radian-software/straight.el][straight]], you can use the following piece of configuration :
#+begin_src emacs-lisp
(straight-use-package 'create-license
:repo "https://tristanriehs.fr/git/edit-config.git")
#+end_src
|