Update config.el
This commit is contained in:
parent
03add77b75
commit
ad6da92fcf
1 changed files with 2 additions and 6 deletions
|
@ -5,11 +5,7 @@
|
||||||
|
|
||||||
(after! highlight-numbers
|
(after! highlight-numbers
|
||||||
(puthash 'elixir-mode
|
(puthash 'elixir-mode
|
||||||
(rx (and symbol-start
|
"\\_<-?[[:digit:]]+\\(?:_[[:digit:]]\\{3\\}\\)*\\_>"
|
||||||
(? "-")
|
|
||||||
(+ digit)
|
|
||||||
(0+ (and "_" (= 3 digit)))
|
|
||||||
symbol-end))
|
|
||||||
highlight-numbers-modelist))
|
highlight-numbers-modelist))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue