From 7c6f0f0e368b991f6eee9e256c77904c59da4c4e Mon Sep 17 00:00:00 2001 From: shoshin Date: Sat, 2 Jul 2022 12:46:50 -0500 Subject: Fix: with-eval-after-load [consult] custom command --- shoshin-config.el | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index 56caa1a..ec0c504 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -29,7 +29,8 @@ (define-key xah-fly-leader-key-map (kbd "f") #'consult-buffer) (define-key xah-fly-command-map (kbd "n") #'consult-line) -(consult-customize consult-theme :preview-key '(:debounce 0.5 any)) +(with-eval-after-load 'consult + (consult-customize consult-theme :preview-key '(:debounce 0.5 any))) (package-install 'embark) @@ -108,3 +109,16 @@ (mapc #'package-install my-chosen-themes) (package-install 'windresize) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages + '(plz corfu xah-fly-keys windresize which-key web-server vertico srht sly markdown-mode marginalia magit json-mode htmlize embark dracula-theme devdocs darkroom cyberpunk-theme corfu-terminal corfu-popup consult))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) -- cgit v1.2.3