branch: externals/fountain-mode
commit 0a202b8767ff6cbdb25b1e53684ff30cc3421455
Author: Paul W. Rankin <he...@paulwrankin.com>
Commit: Paul W. Rankin <he...@paulwrankin.com>

    Remove fountain-auto-upcase-highlight face
---
 fountain-mode.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/fountain-mode.el b/fountain-mode.el
index 3a97a81..379bb33 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -804,10 +804,6 @@ To switch between these levels, customize the value of
   '((t (:inherit font-lock-preprocessor-face)))
   "Default face for template keys.")
 
-(defface fountain-auto-upcase-highlight
-  '((t (:inherit hi-yellow)))
-  "Default face for highlighting line for auto-upcasing.")
-
 
 ;;; Initializing
 

Reply via email to