Enable dash fontification and symbol lookup

As suggested by the dash README.
This commit is contained in:
Daniel - 2021-11-07 07:05:24 +01:00
parent e15be73bc1
commit 0edfe4406c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 1 deletions

View File

@ -586,7 +586,10 @@
;; * Essential external packages ;; * Essential external packages
(use-package dash) (use-package dash
:config (progn
(global-dash-fontify-mode)
(dash-register-info-lookup)))
(use-package hydra (use-package hydra
:pin "melpa-stable") :pin "melpa-stable")