branch: elpa/spacemacs-theme
commit 72f75e0a032153b878a6a6bc17a085669205e166
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>

    Fix a typo
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 3a2df3b532..7522714998 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -305,7 +305,7 @@
 ;;;;; magit
      `(magit-blame-culprit ((,class :background ,org-h4-bg :foreground 
,yellow)))
      `(magit-blame-header  ((,class :background ,org-h4-bg :foreground 
,green)))
-     `(magit-blame-sha1    ((,class :background ,org-h4-bg :foreground ,fun)))
+     `(magit-blame-sha1    ((,class :background ,org-h4-bg :foreground ,func)))
      `(magit-blame-subject ((,class :background ,org-h4-bg :foreground 
,yellow)))
      `(magit-blame-time    ((,class :background ,org-h4-bg :foreground 
,green)))
      `(magit-blame-name    ((,class :background ,org-h4-bg :foreground 
,yellow)))

Reply via email to