[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog 9fe5830e96 04/13: Provide basic 'prettify-symbo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog 9fe5830e96 04/13: Provide basic 'prettify-symbols-alist' in Sweep Prolog mode |
Date: |
Sun, 17 Sep 2023 04:00:42 -0400 (EDT) |
branch: elpa/sweeprolog
commit 9fe5830e96e5c5cefce206cfad8b120b0e1c893c
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
Provide basic 'prettify-symbols-alist' in Sweep Prolog mode
* sweeprolog.el (sweeprolog-mode): set a local value for
'prettify-symbols-alist' that renders the neck operator as a unicode
left arrow.
---
sweeprolog.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/sweeprolog.el b/sweeprolog.el
index 266db397d5..3941d816b9 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -4688,6 +4688,7 @@ certain contexts to maintain conventional Prolog layout."
(setq-local comment-multi-line t)
(setq-local add-log-current-defun-function
#'sweeprolog-add-log-current-defun)
+ (setq-local prettify-symbols-alist '((":-" . ?←)))
(setq-local mode-line-process
'(:eval
(when (sweeprolog-buffer-loaded-since-last-modification-p)
- [nongnu] elpa/sweeprolog updated (b0735c5bc8 -> 526c1fae14), ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 01c58b5e22 02/13: ; * sweeprolog.el (sweeprolog-hole): Avoid increasing text size, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 3910fab192 03/13: Support Prettify Symbols and similar minor modes, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 3b08a46866 06/13: ; Fix error on Emacs 27 with no 'font-lock-keywords', ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog f2273adbcb 05/13: ENHANCED: Support pty top-level communication instead of TCP, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 556bf2ff3d 11/13: Set 'comint-process-echoes' for top-levels that use a tty, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 8939eb33bc 01/13: ; * sweep.texi (Extract Goal): Improve indexing, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 9fe5830e96 04/13: Provide basic 'prettify-symbols-alist' in Sweep Prolog mode,
ELPA Syncer <=
- [nongnu] elpa/sweeprolog 3e61fbdd08 09/13: Improve top-level threads management and cleanup, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 526c1fae14 13/13: Announce recent changes in NEWS.org and bump version to 0.25.0, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog fbd6e91a37 10/13: Improve top-level input fontification, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 4ad04a8351 12/13: ; * sweeprolog.el: Add docstrings for recently added functions, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog c22703ff36 07/13: ; Don't refuse to kill top-level buffer with deleted process, ELPA Syncer, 2023/09/17
- [nongnu] elpa/sweeprolog 2923357705 08/13: Check that top-level thread is alive when signaling it, ELPA Syncer, 2023/09/17