diff options
author | shoshin <shoshin@cicadas.surf> | 2022-06-29 20:38:56 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-06-29 20:38:56 -0500 |
commit | 28243bbdad99743c829091c972069471c70fc34c (patch) | |
tree | f1557e11a3686f7f2e960008c5a19dc1a6412347 /shoshin-config.el | |
parent | 54bda6bb21da1de87248c501c5e56580fedde698 (diff) |
Add: updated corfu-terminal scrollbar fix
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 18 |
1 files changed, 17 insertions, 1 deletions
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. + ) |