aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-02-07 19:49:12 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-02-07 19:49:12 -0600
commitf46ae0f7049b6f3911e78d3a99efe3e3d7f5dad9 (patch)
treecc7bc9647472ff513d10c4216a1469fdda017db9
parent09548eb274adbac3488be5af1b9ed4c46fb8e7c0 (diff)
Add: missing tangled code
-rw-r--r--shoshimacs.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 592935e..c9fa107 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -211,6 +211,8 @@
"Additional SLIME packages to load on start.")
(require 'slime-autoloads)
+(require 'slime-asdf)
+(require 'slime-quicklisp)
(package-install 'json-mode)
@@ -325,6 +327,17 @@
(mapc #'package-install my-themes-to-install)
+(defvar emacs-kaolin-repo "https://github.com/ogdenwebb/emacs-kaolin-themes")
+(defvar emacs-kaolin-src-dir (expand-file-name "~/src/emacs-kaolin/"))
+
+(unless (file-directory-p emacs-kaolin-src-dir)
+ (shell-command
+ (format "git clone %s %s" emacs-kaolin-repo emacs-kaolin-src-dir)))
+
+(add-to-list 'load-path emacs-kaolin-src-dir)
+
+(require 'kaolin-themes)
+
(package-install 'autothemer)
(setq telephone-line-lhs