branch: externals/face-shift
commit 750d23460834ef588309fcefe5cf78e39e4108cc
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Remove font-lock faces from face-shift-faces
---
 face-shift.el | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/face-shift.el b/face-shift.el
index 3dddb99b2a..7a5bbd8a03 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -44,22 +44,7 @@
     isearch-fail
     lazy-highlight
     match
-    query-replace
-    font-lock-regexp-grouping-construct
-    font-lock-regexp-grouping-backslash
-    font-lock-preprocessor-face
-    font-lock-negation-char-face
-    font-lock-warning-face
-    font-lock-constant-face
-    font-lock-type-face
-    font-lock-variable-name-face
-    font-lock-function-name-face
-    font-lock-builtin-face
-    font-lock-keyword-face
-    font-lock-doc-face
-    font-lock-string-face
-    font-lock-comment-delimiter-face
-    font-lock-comment-face)
+    query-replace)
   "Faces that command `face-shift-mode' should distort."
   :type '(list face))
 

Reply via email to