From 7416626bdd62911e9e75c04e8a68f42b60fd268b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 29 Jan 2022 22:38:15 +0100 Subject: [PATCH] Added link to web config in README --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 0411889..132f7ca 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,8 @@ *Welcome to my Emacs configuration! Feel free to browse, read, borrow and/or inspire yourself!* +/Note: You can also find my configuration at [[https://config.mmk2410.org][config.mmk2410.org]]./ + This Emacs configuration is written using [[https://orgmode.org/][Org Mode]] in =config.org= and compiled to Emacs Lisp on startup using the =init.el= file. It is licensed under the General Public License version 3 (GPLv3). The configuration is not as new as it seems. I [[https://git.mmk2410.org/mmk2410/dotfiles/commit/dce591e5cbfac5f270d0f2fcf1c4b82e923a2215][declared .emacs bankruptcy]] on 12 March 2020 and started writing a this new configuration back then which I continuously used. Nevertheless it took more than one and a half year to finally release it again to the public (mind the commit message of the bankruptcy: "Starting a new Emacs configuration in a new repository. Will be available soon."). Since then I made over 270 commit in a private repository since in the beginning I was not sure IF or HOW to handle private information in the configuration. Since I don't have any motivation to browse all these commit to perhaps find something I don't want to publish I decided to release the configuration to the public in a new repository.