aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-07-19 13:07:21 +0200
committerOscar Najera <hi@oscarnajera.com>2024-07-19 13:07:21 +0200
commit3be3519910cbb3c0dfff3d8d83cdaa7116258687 (patch)
tree6af471a9fc80e7b763c0fbb151b8bcf411cae424 /config
parentc173f5ec8af28539e413426f1f75beb703a67d97 (diff)
downloaddotfiles-3be3519910cbb3c0dfff3d8d83cdaa7116258687.tar.gz
dotfiles-3be3519910cbb3c0dfff3d8d83cdaa7116258687.tar.bz2
dotfiles-3be3519910cbb3c0dfff3d8d83cdaa7116258687.zip
use vertico completion
Diffstat (limited to 'config')
-rw-r--r--config/doom/init.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/doom/init.el b/config/doom/init.el
index cd9d65d..d0afa63 100644
--- a/config/doom/init.el
+++ b/config/doom/init.el
@@ -22,10 +22,11 @@
:completion
company ; the ultimate code completion backend
+ ;; (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
- ;; vertico ; the search engine of the future
+ ;; ido ; the other *other* search engine...
+ ;; ivy ; a search engine for love and life
+ vertico ; the search engine of the future
:ui
;;deft ; notational velocity for Emacs
@@ -109,7 +110,7 @@
;;upload ; map local to remote projects via ssh/ftp
:os
- (:if IS-MAC macos) ; improve compatibility with macOS
+ (:if (featurep :system 'macos) macos) ; improve compatibility with macOS
;;tty ; improve the terminal Emacs experience
:lang