Compare commits

...

3 Commits

Author SHA1 Message Date
3740a6a9e2 Update copyright 2026-03-05 09:40:57 +01:00
584ddb52a9 Ignore everything except some explicitly listed files
Different packages may place files into the emacs-directory. I think it is safe
to assume that this repo won't have a frequent need for other files, so let's
just ignore everything but the files that we know is going to be around forever.
2026-03-05 09:38:00 +01:00
c9edbff9bc Delete email-style.css
Should have been done in 2b6ae38.
2026-03-05 09:35:47 +01:00
3 changed files with 6 additions and 22 deletions

16
.gitignore vendored
View File

@ -1,11 +1,5 @@
.mc-lists.el
auto-save-list/
autosaves
custom.el
eln-cache/
elpa
init.elc
projectile-bookmarks.eld
recentf
smex-items
transient/
*
!LICENSE.md
!README.org
!init.el
!init.org

View File

@ -1,10 +0,0 @@
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }

View File

@ -2207,7 +2207,7 @@
My Emacs configurations written in Org mode.
Copyright (c) 2013 - 2023 Lars Tveito
Copyright (c) 2013 - 2026 Lars Tveito
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software