wip
This commit is contained in:
30
home.org
30
home.org
@@ -1130,6 +1130,7 @@ Just "silently" wrap when searching at the bottom of a document.
|
|||||||
consult-eglot
|
consult-eglot
|
||||||
haskell-ts-mode
|
haskell-ts-mode
|
||||||
jenkinsfile-mode
|
jenkinsfile-mode
|
||||||
|
jq-mode
|
||||||
lispy
|
lispy
|
||||||
lua-mode
|
lua-mode
|
||||||
nix-mode
|
nix-mode
|
||||||
@@ -1449,23 +1450,24 @@ available? It seems to work for now anyway...
|
|||||||
("M-s" . consult-history)
|
("M-s" . consult-history)
|
||||||
("M-r" . consult-history))
|
("M-r" . consult-history))
|
||||||
|
|
||||||
(add-hook 'completion-list-mode-hook 'consult-preview-at-point-mode)
|
|
||||||
|
|
||||||
(advice-add 'register-preview :override #'consult-register-window)
|
(advice-add 'register-preview :override #'consult-register-window)
|
||||||
(setopt register-preview-delay 0.5)
|
(setopt register-preview-delay 0.5)
|
||||||
|
|
||||||
(setopt xref-show-xrefs-function 'consult-xref)
|
(setopt xref-show-xrefs-function 'consult-xref)
|
||||||
(setopt xref-show-definitions-function 'consult-xref)
|
(setopt xref-show-definitions-function 'consult-xref)
|
||||||
|
|
||||||
(require 'consult)
|
(eval-when-compile
|
||||||
(consult-customize
|
(require 'consult))
|
||||||
consult-theme :preview-key '(:debounce 0.2 any)
|
|
||||||
consult-ripgrep consult-git-grep consult-grep consult-man
|
(with-eval-after-load 'consult
|
||||||
consult-bookmark consult-recent-file consult-xref
|
(consult-customize
|
||||||
consult-source-bookmark consult-source-file-register
|
consult-theme :preview-key '(:debounce 0.2 any)
|
||||||
consult-source-recent-file consult-source-project-recent-file
|
consult-ripgrep consult-git-grep consult-grep consult-man
|
||||||
;; :preview-key "M-."
|
consult-bookmark consult-recent-file consult-xref
|
||||||
:preview-key '(:debounce 0.4 any))
|
consult-source-bookmark consult-source-file-register
|
||||||
|
consult-source-recent-file consult-source-project-recent-file
|
||||||
|
;; :preview-key "M-."
|
||||||
|
:preview-key '(:debounce 0.4 any)))
|
||||||
|
|
||||||
(setopt consult-narrow-key "<") ;; "C-+"
|
(setopt consult-narrow-key "<") ;; "C-+"
|
||||||
|
|
||||||
@@ -1483,9 +1485,6 @@ available? It seems to work for now anyway...
|
|||||||
(global-corfu-mode)
|
(global-corfu-mode)
|
||||||
;; (setq completion-in-region-function #'consult-completion-in-region)
|
;; (setq completion-in-region-function #'consult-completion-in-region)
|
||||||
|
|
||||||
;; Consult users will also want the embark-consult package.
|
|
||||||
(add-hook 'embark-collect-mode-hook 'consult-preview-at-point-mode)
|
|
||||||
|
|
||||||
(add-hook 'completion-at-point-functions 'cape-file)
|
(add-hook 'completion-at-point-functions 'cape-file)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -1757,10 +1756,7 @@ available? It seems to work for now anyway...
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(require 'claude-code)
|
|
||||||
|
|
||||||
(global-set-key (kbd "C-c c") claude-code-command-map)
|
(global-set-key (kbd "C-c c") claude-code-command-map)
|
||||||
(claude-code-mode)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Theme
|
* Theme
|
||||||
I like Catppuccin Frappe as my theme. Let's use it in as many places as we can.
|
I like Catppuccin Frappe as my theme. Let's use it in as many places as we can.
|
||||||
|
|||||||
Reference in New Issue
Block a user