aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.el')
-rw-r--r--shoshin-config.el18
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.
+ )