mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
forgot to commit ..
This commit is contained in:
@@ -133,31 +133,32 @@ a remote file anytime and from everywhere I am by just entering :"
|
||||
|
||||
|
||||
|
||||
(use-package embark
|
||||
:ensure t
|
||||
(when nil
|
||||
(use-package embark
|
||||
:ensure t
|
||||
|
||||
:bind
|
||||
(("C-." . embark-act) ;; pick some comfortable binding
|
||||
("C-," . embark-dwim)) ;; good alternative: M-.
|
||||
:bind
|
||||
(("C-." . embark-act) ;; pick some comfortable binding
|
||||
("C-," . embark-dwim)) ;; good alternative: M-.
|
||||
|
||||
|
||||
:init
|
||||
:init
|
||||
|
||||
;; Optionally replace the key help with a completing-read interface
|
||||
(setq prefix-help-command #'embark-prefix-help-command)
|
||||
;; Optionally replace the key help with a completing-read interface
|
||||
(setq prefix-help-command #'embark-prefix-help-command)
|
||||
|
||||
;; Show the Embark target at point via Eldoc. You may adjust the Eldoc
|
||||
;; strategy, if you want to see the documentation from multiple providers.
|
||||
(add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
|
||||
;; (setq eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly)
|
||||
;; Show the Embark target at point via Eldoc. You may adjust the Eldoc
|
||||
;; strategy, if you want to see the documentation from multiple providers.
|
||||
(add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
|
||||
;; (setq eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly)
|
||||
|
||||
:config
|
||||
:config
|
||||
|
||||
;; Hide the mode line of the Embark live/completions buffers
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
||||
nil
|
||||
(window-parameters (mode-line-format . none)))))
|
||||
;; Hide the mode line of the Embark live/completions buffers
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
||||
nil
|
||||
(window-parameters (mode-line-format . none))))))
|
||||
|
||||
|
||||
(use-package consult
|
||||
@@ -209,9 +210,10 @@ a remote file anytime and from everywhere I am by just entering :"
|
||||
|
||||
|
||||
|
||||
(use-package
|
||||
embark-consult
|
||||
:after (embark consult))
|
||||
(when nil
|
||||
(use-package
|
||||
embark-consult
|
||||
:after (embark consult)))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user