From bde06426a0046d0325ff860615341e05a2e2d729 Mon Sep 17 00:00:00 2001 From: David Botton Date: Sat, 9 Apr 2022 21:35:45 -0400 Subject: [PATCH] Update with tip on .custom loading for emacs settings --- WINDOWS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WINDOWS.md b/WINDOWS.md index ea22374..9df0afe 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -49,9 +49,12 @@ /c/Program\ Files/rho-emacs/rho - Use C-x-f and create the file ~/.emacs.d/init.el and add the next two lines: + Use C-x-f and create the file ~/.emacs.d/init.el and add the next three lines + (The first line is to include custom emacs themese and settings the next two + are to install slime for sbcl): ``` + (load "~/.emacs.d/.custom") (load (expand-file-name "C:/Users/david/quicklisp/slime-helper.el")) (setq inferior-lisp-program "sbcl") ```