branch: externals/code-cells
commit 68148cfc1f0723e554a09cbae4c732cfc348ecfd
Author: Augusto Stoffel <[email protected]>
Commit: Augusto Stoffel <[email protected]>
Improve cell boundary face
Closes #6
---
code-cells.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code-cells.el b/code-cells.el
index 8925d212af..d65cdf5080 100644
--- a/code-cells.el
+++ b/code-cells.el
@@ -56,7 +56,7 @@
(require 'pulse)
(require 'subr-x)
(eval-when-compile
- (require 'cl-macs)
+ (require 'cl-lib)
(require 'rx))
(defgroup code-cells nil
@@ -264,7 +264,7 @@ level."
0)))
(+ cell-level mm-level)))
-(defface code-cells-header-line '((t :extend t :inherit header-line))
+(defface code-cells-header-line '((t :extend t :overline t :inherit
font-lock-comment-face))
"Face used by `code-cells-mode' to highlight cell boundaries.")
(defun code-cells--font-lock-keywords ()