My Emacs Configuration
Go to file
Marcel Kapfer 29bb35f033
All checks were successful
Publish / publish (push) Successful in 11s
🐛 (ui) Only enable spacious-padding on MacOS
There is a bug in the Emacs 29 when compiled with pgtk that breaks the
tab bar. Since I only use Emacs 29 with pgtk or Emacs 29 on MacOS this
condition suits me as a workaround.
2024-05-28 17:31:59 +02:00
.forgejo/workflows 👷 (CI) Adjust for forgejo 2024-05-28 16:42:24 +02:00
emms Initial commit 2021-11-01 20:28:35 +01:00
packages (tab-bar-helpers) Add pocket reader tab 2024-05-28 16:40:09 +02:00
publish 💄 Update publish style sheet for mmk2410.org 2023-04-11 19:01:42 +02:00
snippets/text-mode (snippets) Add one-line commit yasnippet 2024-05-28 16:39:13 +02:00
.gitignore 🙈 (work) Add work config repo directory to gitignore 2023-06-14 18:26:58 +02:00
authinfo.gpg 🍱 (Authinfo) Updated 2024-05-28 16:39:58 +02:00
config.org 🐛 (ui) Only enable spacious-padding on MacOS 2024-05-28 17:31:59 +02:00
init.el Initial commit 2021-11-01 20:28:35 +01:00
LICENSE Added some notes to the LICENSE 2022-10-13 20:14:46 +02:00
org-protocol.desktop Initial commit 2021-11-01 20:28:35 +01:00
README.org Added link to web config in README 2022-01-29 22:38:15 +01:00

My Emacs Configuration

Welcome to my Emacs configuration! Feel free to browse, read, borrow and/or inspire yourself!

Note: You can also find my configuration at config.mmk2410.org.

This Emacs configuration is written using 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 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.

Next to the main host at git.mmk2410.org I also mirror the repository to GitLab and GitHub. All three feature a rudimentary display of org mode and so you can read the config.org directly in your browser. Although I recommend downloading it and viewing it in Emacs to get all the advantages of Org.