Compare commits

..

No commits in common. "668400d339c62ca5ff973c0680bc85f8bcffe60d" and "ecb3b93ed85bd982a4187f85842cc7d4f2f3c2e8" have entirely different histories.

18
init.el
View file

@ -337,23 +337,12 @@
("C-c s" . consult-yasnippet) ("C-c s" . consult-yasnippet)
("C-c S" . consult-yasnippet-visit-snippet-file)) ("C-c S" . consult-yasnippet-visit-snippet-file))
(use-package consult-eglot
:bind (:map eglot-mode-map ("C-c e /" . consult-eglot-symbols)))
(use-package consult-eglot-embark
:after (embark eglot)
:demand t
:config
(consult-eglot-embark-mode))
(use-package embark (use-package embark
:bind :bind
("C-." . embark-act) ("C-." . embark-act)
("C-;" . embark-dwim)) ("C-;" . embark-dwim))
(use-package embark-consult (use-package embark-consult)
:after embark
:hook (embark-collect-mode . consult-preview-at-point-mode))
(use-package orderless (use-package orderless
:demand t :demand t
@ -615,11 +604,6 @@
(use-package nix-mode) (use-package nix-mode)
(use-package arduino-mode)
(use-package arduino-cli-mode
:hook arduino-mode)
(use-package markdown-mode (use-package markdown-mode
:mode ("README\\.md\\'" . gfm-mode) :mode ("README\\.md\\'" . gfm-mode)
:custom :custom