Update config.el

This commit is contained in:
Justin Smestad 2020-07-22 19:05:48 -06:00 committed by GitHub
parent 03add77b75
commit ad6da92fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,8 @@
(after! highlight-numbers (after! highlight-numbers
(puthash 'elixir-mode (puthash 'elixir-mode
(rx (and symbol-start "\\_<-?[[:digit:]]+\\(?:_[[:digit:]]\\{3\\}\\)*\\_>"
(? "-") highlight-numbers-modelist))
(+ digit)
(0+ (and "_" (= 3 digit)))
symbol-end))
highlight-numbers-modelist))
;; ;;
;;; Packages ;;; Packages