branch: externals/spacious-padding
commit 0fdbfdbd61a3ad487c776317787c1f8c2148e8fe
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    Cover the margin face
---
 spacious-padding.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacious-padding.el b/spacious-padding.el
index a29c4151b7..3e45a90ae9 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -381,6 +381,7 @@ hooks that pass one or more arguments to it, such as
      `(custom-button-mouse ((t ,@(spacious-padding-set-face-box-padding 
'custom-button-mouse 'default))))
      `(custom-button-pressed ((t ,@(spacious-padding-set-face-box-padding 
'custom-button-pressed 'default))))
      `(fringe ((t :background ,bg-main)))
+     `(margin ((t :background ,bg-main)))
      `(line-number ((t :background ,bg-main)))
      `(header-line ((t ,@(spacious-padding-set-face-box-padding 'header-line 
'default :header-line-active))))
      `(header-line-inactive ((t ,@(spacious-padding-set-face-box-padding 
'header-line-inactive 'shadow :header-line-inactive))))
@@ -411,6 +412,7 @@ hooks that pass one or more arguments to it, such as
      `(custom-button-mouse (( )))
      `(custom-button-pressed (( )))
      '(fringe (( )))
+     '(margin (( )))
      '(line-number (( )))
      '(header-line (( )))
      '(header-line-inactive (( )))

Reply via email to