projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeac603
)
Allow pretty lambdas in Scheme mode
author
Simen Heggestøyl
<simenheg@gmail.com>
Tue, 23 Feb 2016 08:56:52 +0000
(19:56 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 23 Feb 2016 08:56:52 +0000
(19:56 +1100)
* lisp/progmodes/scheme.el (scheme-mode-variables): Borrow
`prettify-symbols-alist' from Lisp mode (bug#21679).
lisp/progmodes/scheme.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/scheme.el
b/lisp/progmodes/scheme.el
index 27ce60bde446811d9f5d0f5242db4bc1199c4957..1fbc87e748dd347b2bc218c9a97652c74fbdf549 100644
(file)
--- a/
lisp/progmodes/scheme.el
+++ b/
lisp/progmodes/scheme.el
@@
-156,6
+156,7
@@
nil t (("+-*/.<>=!?$%_&~^:" . "w") (?#. "w 14"))
beginning-of-defun
(font-lock-mark-block-function . mark-defun)))
+ (setq-local prettify-symbols-alist lisp-prettify-symbols-alist)
(setq-local lisp-doc-string-elt-property 'scheme-doc-string-elt))
(defvar scheme-mode-line-process "")