Compare commits

..

No commits in common. "3740a6a9e2fb7a44f5a0e069ea3a921ebc70d5ae" and "0f8ec7b7392f8ce7d8bd9c4c0664e3ef1e15815e" have entirely different histories.

3 changed files with 22 additions and 6 deletions

16
.gitignore vendored
View File

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

10
email-style.css Normal file
View File

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