Add orderless

This commit is contained in:
Andreas Zweili 2024-05-13 21:54:36 +02:00
parent 66a46fb3dc
commit 0fe1f50234
3 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,7 @@ in
unstable.emacsPackages.denote
unstable.emacsPackages.embark
unstable.emacsPackages.marginalia
unstable.emacsPackages.orderless
];
};
home.file.".emacs.d/init.el".source = ./emacs.d/init.el;

View File

@ -0,0 +1,7 @@
;; -*- lexical-binding: t; -*-
;; https://github.com/oantolin/orderless
(use-package orderless
:ensure t
:custom
(completion-styles '(orderless basic))
(completion-category-overrides '((file (styles basic partial-completion)))))

View File

@ -21,6 +21,7 @@
;;(load-file (modules-path "az_corfu.el"))
;;(load-file (modules-path "az_embark.el"))
;;(load-file (modules-path "az_marginalia.el"))
;;(load-file (modules-path "az_orderless.el"))
;; note taking and writing
(load-file (modules-path "az_deft_raw.el"))
(load-file (modules-path "az_deft.el"))