From: Simen Heggestøyl Date: Tue, 23 Feb 2016 08:56:52 +0000 (+1100) Subject: Allow pretty lambdas in Scheme mode X-Git-Tag: emacs-26.0.90~2494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad99299f400d348026d0a6cca7551ad6371014b9;p=emacs.git Allow pretty lambdas in Scheme mode * lisp/progmodes/scheme.el (scheme-mode-variables): Borrow `prettify-symbols-alist' from Lisp mode (bug#21679). --- diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 27ce60bde44..1fbc87e748d 100644 --- 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 "")