Skip to content

Commit 642e146

Browse files
committed
Merge pull request #354 from gausby/remove-a-dead-face-definition
Remove `elixir-operator-face`
2 parents db47938 + 3443471 commit 642e146

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

elixir-mode.el

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@
7272
(defvar elixir-key-label-offset 0)
7373
(defvar elixir-match-label-offset 2)
7474

75-
(defvar elixir-operator-face 'elixir-operator-face)
76-
(defface elixir-operator-face
77-
'((((class color) (min-colors 88) (background light))
78-
:foreground "darkred")
79-
(((class color) (background dark))
80-
(:foreground "lemonchiffon1"))
81-
(t nil))
82-
"For use with operators."
83-
:group 'font-lock-faces)
84-
8575
(defvar elixir-negation-face 'elixir-negation-face)
8676
(defface elixir-negation-face
8777
'((((class color) (min-colors 88) (background light))

0 commit comments

Comments
 (0)