General refactors, reformatting & comment revision

This commit is contained in:
Henrik Lissner
2020-04-23 23:49:35 -04:00
parent 916ef0fbbe
commit 06d5d5e6c0
15 changed files with 65 additions and 64 deletions

View File

@@ -172,11 +172,10 @@ See https://github.com/magit/ghub/issues/81"
(let ((gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
(funcall orig-fn url)))
(use-package! helm-dash
:when (featurep! :completion helm))
(use-package! counsel-dash
:when (featurep! :completion ivy)))
(cond ((featurep! :completion helm)
(require 'helm-dash nil t))
((featurep! :completion ivy)
(require 'counsel-dash nil t))))
;;