From 0dd2b3050c11fc426f94cf2c10354ea7de6bc4f5 Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 5 Oct 2023 17:02:16 -0400 Subject: Initial commit --- README.org | 15 +++++++++++++++ img/catwithscarf.jpg | Bin 0 -> 58165 bytes img/dashboard-light.png | Bin 0 -> 495869 bytes img/dashboard.png | Bin 0 -> 520704 bytes img/orgdocument.png | Bin 0 -> 82348 bytes 5 files changed, 15 insertions(+) create mode 100644 README.org create mode 100644 img/catwithscarf.jpg create mode 100644 img/dashboard-light.png create mode 100644 img/dashboard.png create mode 100644 img/orgdocument.png diff --git a/README.org b/README.org new file mode 100644 index 0000000..5e1005b --- /dev/null +++ b/README.org @@ -0,0 +1,15 @@ +#+TITLE: .emacs.d +#+AUTHOR: BardofSprites + +* Emacs Configuration + +This is my vanilla Emacs configuration. It works for my purposes, feel free to modify it for your needs. The themes are from the =ef-themes= package made by [[https://protesilaos.com/emacs/ef-themes][Prot]]. + +I mainly program in Haskell and Clojure, so those are the only modes I have installed. If you would like to add your own, take a look at [[https://github.com/emacs-tw/awesome-emacs#programming-language][Awesome Emacs]]. It has many useful resources and packages to get started with. + +** Screenshots +I often tend to change themes with the season, so the screenshots may not reflect the end-product. + +[[file:img/dashboard.png][Dashboard with ef-autumn theme]] +[[file:img/dashboard-light.png][Dashboard with ef-kassio theme]] +[[file:img/orgdocument.png][Org Document with olivetti mode and light theme]] diff --git a/img/catwithscarf.jpg b/img/catwithscarf.jpg new file mode 100644 index 0000000..32a9e85 Binary files /dev/null and b/img/catwithscarf.jpg differ diff --git a/img/dashboard-light.png b/img/dashboard-light.png new file mode 100644 index 0000000..b74102a Binary files /dev/null and b/img/dashboard-light.png differ diff --git a/img/dashboard.png b/img/dashboard.png new file mode 100644 index 0000000..609c6f9 Binary files /dev/null and b/img/dashboard.png differ diff --git a/img/orgdocument.png b/img/orgdocument.png new file mode 100644 index 0000000..c05cdb3 Binary files /dev/null and b/img/orgdocument.png differ -- cgit v1.2.3