emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 4bf318e84abb33fe7dba3c7e6619e810112852db
parent 9807ed1d4f8f3bb523c6bdcf300828222a72d2c9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 21 Jan 2018 17:54:08 -0600

Update dashboard logo.

Diffstat:
MREADME.org | 2+-
Astatic/sxs.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -100,7 +100,7 @@ Customize banner and logo:
         (elt user/dashboard-banner-logo-titles
              (random (length user/dashboard-banner-logo-titles))))
   (setq dashboard-startup-banner
-        (expand-file-name "static/republic.png" user-emacs-directory))
+        (expand-file-name "static/sxs.png" user-emacs-directory))
 #+END_SRC
 
 *** Customize Widgets
diff --git a/static/sxs.png b/static/sxs.png
Binary files differ.