Remove highlight-escape-sequences

Payoff < performance cost, and is too opinionated.
This commit is contained in:
Henrik Lissner 2019-04-29 18:17:23 -04:00
parent b2d49c29ca
commit 7c5fb8ed9c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 6 deletions

View file

@ -343,10 +343,6 @@ read-only or not file-visiting."
:hook ((prog-mode conf-mode) . highlight-numbers-mode)
:config (setq highlight-numbers-generic-regexp "\\_<[[:digit:]]+\\(?:\\.[0-9]*\\)?\\_>"))
;;;###package highlight-escape-sequences
(def-package! highlight-escape-sequences
:hook ((prog-mode conf-mode) . highlight-escape-sequences-mode))
;;;###package rainbow-delimiters
;; Helps us distinguish stacked delimiter pairs, especially in parentheses-drunk
;; languages like Lisp.

View file

@ -14,8 +14,6 @@
(package! all-the-icons)
(package! hide-mode-line)
(package! highlight-numbers)
(package! highlight-escape-sequences
:recipe (:fetcher github :repo "hlissner/highlight-escape-sequences"))
(unless (locate-library "display-line-numbers")
(package! nlinum)
(package! nlinum-hl)