From 28243bbdad99743c829091c972069471c70fc34c Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 29 Jun 2022 20:38:56 -0500 Subject: Add: updated corfu-terminal scrollbar fix --- shoshin-config.el | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index d69a20a..923bb96 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -37,7 +37,7 @@ corfu-quit-no-match t) (global-corfu-mode t) -(package-install 'corfu-popup) +(package-install 'corfu-terminal) (unless (display-graphic-p) (corfu-terminal-mode +1)) @@ -96,3 +96,19 @@ (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 + '(magit windresize dracula-theme cyberpunk-theme darkroom srht plz devdocs json-mode markdown-mode which-key vertico marginalia embark corfu-terminal xah-fly-keys corfu consult)) + '(safe-local-variable-values + '((org-publish-project-alist quote + ("wiki" :base-directory "~/projects/wiki" :publishing-directory "~/projects/wiki/html" :base-extension "org"))))) +(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