mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Update with tip on .custom loading for emacs settings
This commit is contained in:
parent
5a28c1c698
commit
bde06426a0
1 changed files with 4 additions and 1 deletions
|
|
@ -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")
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue