about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-01-19T15·49-0500
committerglittershark <grfn@gws.fyi>2021-01-29T21·47+0000
commit31fcf6dfe4df5f1dd67cc7654680f7172e450828 (patch)
tree4dbccc6c2f6c35c3b34d8aed65239b14ed4eb0d8
parent6add13a29bb1a9bdc7b65710333c62f173c13f2a (diff)
feat(gs/emacs): Fix highlighting on line-number-current-line r/2155
This appears to be getting overridden by a package somewhere now

Change-Id: I4f0776b5ae65e5cfa936e3636ce1bb5e2c85790a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2427
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/glittershark/emacs.d/config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index 9cd71fda5a..3e0933f19e 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -129,6 +129,7 @@
              (elixir-atom-face ((t (:foreground ,+solarized-cyan))))
              (linum ((t (:background ,+solarized-s-base2 :foreground ,+solarized-s-base1))))
              (line-number ((t (:background ,+solarized-s-base2 :foreground ,+solarized-s-base1))))
+             (line-number-current-line ((t (:background ,+solarized-s-base2 :foreground ,+solarized-s-base1))))
 
              (haskell-operator-face ((t (:foreground ,+solarized-green))))
              (haskell-keyword-face ((t (:foreground ,+solarized-cyan))))