From a368f5032f5e5a590612c799e4658d1c3c8337d0 Mon Sep 17 00:00:00 2001 From: EliasVincent Date: Wed, 18 Dec 2024 19:20:08 +0100 Subject: [PATCH] pls not two completions at once --- config.el | 2 +- custom.el | 2 +- init.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.el b/config.el index 4c23e3f..3e87e7e 100644 --- a/config.el +++ b/config.el @@ -32,7 +32,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-tokyo-night) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. diff --git a/custom.el b/custom.el index c22200b..7792a60 100644 --- a/custom.el +++ b/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes - '("4ade6b630ba8cbab10703b27fd05bb43aaf8a3e5ba8c2dc1ea4a2de5f8d45882" "d481904809c509641a1a1f1b1eb80b94c58c210145effc2631c1a7f2e4a2fdf4" "014cb63097fc7dbda3edf53eb09802237961cbb4c9e9abd705f23b86511b0a69" default)) + '("4594d6b9753691142f02e67b8eb0fda7d12f6cc9f1299a49b819312d6addad1d" "2b501400e19b1dd09d8b3708cefcb5227fda580754051a24e8abf3aff0601f87" "2721b06afaf1769ef63f942bf3e977f208f517b187f2526f0e57c1bd4a000350" "4ade6b630ba8cbab10703b27fd05bb43aaf8a3e5ba8c2dc1ea4a2de5f8d45882" "d481904809c509641a1a1f1b1eb80b94c58c210145effc2631c1a7f2e4a2fdf4" "014cb63097fc7dbda3edf53eb09802237961cbb4c9e9abd705f23b86511b0a69" default)) '(org-agenda-files '("~/Nextcloud/org/main.org" "/home/cat/org/notes.org"))) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/init.el b/init.el index 95caddb..e35d986 100644 --- a/init.el +++ b/init.el @@ -22,7 +22,7 @@ :completion company ; the ultimate code completion backend - (corfu +orderless) ; complete with cap(f), cape and a flying feather! + ;; (corfu +orderless) ; complete with cap(f), cape and a flying feather! ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;;ivy ; a search engine for love and life