chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390e255
)
el/dot-emacs.el: Use more sensible fonts for SLIME REPL output.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 12:33:09 +0000
(13:33 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 2 Jul 2024 12:33:09 +0000
(13:33 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 1a48d0851cc7e97ab1dca34a2bb0896158a0d1e7..7bcaee2e9b2f2fd1310e88bf3479d190411c0843 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-5255,6
+5255,15
@@
(let ((stuff '((cmucl ("cmucl"))
(cons head slime-lisp-implementations))))))
(setq slime-default-lisp 'sbcl)
+(mdw-define-face slime-repl-input-face
+ (t))
+(mdw-define-face slime-repl-output-face
+ (t :inherit font-lock-comment-face))
+(mdw-define-face slime-repl-inputed-output-face
+ (t :inherit link))
+(mdw-define-face slime-repl-output-mouseover-face
+ (t :inherit highlight))
+
;; Hooks.
(progn