We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db47938 + 3443471 commit 642e146Copy full SHA for 642e146
elixir-mode.el
@@ -72,16 +72,6 @@
72
(defvar elixir-key-label-offset 0)
73
(defvar elixir-match-label-offset 2)
74
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
-
85
(defvar elixir-negation-face 'elixir-negation-face)
86
(defface elixir-negation-face
87
'((((class color) (min-colors 88) (background light))
0 commit comments