From f00a60135316ca360770772d49ca55e7a732864b Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 19 Oct 2022 17:41:24 -0500 Subject: [PATCH] LLVM separator will now span the window --- lisp/ti-config/libraries | 2 +- lisp/ti-config/work-config.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ti-config/libraries b/lisp/ti-config/libraries index 32878fa..d47b833 160000 --- a/lisp/ti-config/libraries +++ b/lisp/ti-config/libraries @@ -1 +1 @@ -Subproject commit 32878fa99533571be8b1c0511312d84e0f1ad758 +Subproject commit d47b833b654a21c2f58ccf01653dc21ca1bbfdbe diff --git a/lisp/ti-config/work-config.el b/lisp/ti-config/work-config.el index 5186bfe..5f4f2df 100644 --- a/lisp/ti-config/work-config.el +++ b/lisp/ti-config/work-config.el @@ -77,11 +77,11 @@ (load-file? "/scratch/benson/tools2/llvm_cgt/llvm-project/llvm/utils/emacs/tablegen-mode.el") (load-file? "/scratch/benson/tools2/llvm_cgt/llvm-project/llvm/utils/emacs/emacs.el") -(defface llvm-separator-face `((t (:background "gray25" :inherit font-lock-warning-face))) +(defface llvm-separator-face `((t (:background "gray25" :extend t :inherit font-lock-warning-face))) nil) (add-to-list 'llvm-font-lock-keywords - `(,(rx line-start (optional "# ") "***" (+ nonl) "***" (optional ":") line-end) . 'llvm-separator-face) + `(,(rx line-start (optional "# ") "***" (+ nonl) "***" (optional ":") "\n") . 'llvm-separator-face) t) (add-to-list 'auto-mode-alist