mirror of
https://github.com/larstvei/dot-emacs.git
synced 2026-03-23 05:10:12 +00:00
Compare commits
No commits in common. "3740a6a9e2fb7a44f5a0e069ea3a921ebc70d5ae" and "0f8ec7b7392f8ce7d8bd9c4c0664e3ef1e15815e" have entirely different histories.
3740a6a9e2
...
0f8ec7b739
16
.gitignore
vendored
16
.gitignore
vendored
@ -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
10
email-style.css
Normal 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; }
|
||||||
2
init.org
2
init.org
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user