diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-19 09:02:51 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-19 09:02:51 +0100 |
commit | a12e2bbaac67851dd8889fbc41a437821f549f22 (patch) | |
tree | b2c0619768591fda4e838a26d8f9c4c63838f11d /README.org |
Initial commit
Create a basic setup and define the purpose of this package.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..5ae8428 --- /dev/null +++ b/README.org @@ -0,0 +1,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 |