Make loading faster by eliminating require blocks
Some checks failed
/ Test config on 20 (push) Failing after 45s
Some checks failed
/ Test config on 20 (push) Failing after 45s
This commit is contained in:
parent
3641dad52a
commit
118cf92a27
37 changed files with 234 additions and 211 deletions
|
|
@ -80,10 +80,11 @@
|
|||
(column-enforce-n 98)))
|
||||
|
||||
;; PCRE to Emacs regex translations
|
||||
(use-package pcre2el :ensure t :defer t)
|
||||
(use-package pcre2el :ensure t :defer 3)
|
||||
|
||||
;; Visual regexp
|
||||
(use-package visual-regexp-steroids :ensure t :after (pcre2el)
|
||||
(use-package visual-regexp-steroids :ensure t
|
||||
:after (pcre2el)
|
||||
:config
|
||||
;; Use pcre2el for regexes - so that I can use brackets more naturally with
|
||||
;; regexp.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue