Compare commits

..

No commits in common. "3869c8a615825b5b3452e3b160de3528a21021f1" and "49168b2ed8bab469dc1b0dac0c1641cac7293453" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

@ -96,7 +96,6 @@ targets."
(add-to-list 'embark-keymap-alist '(lsp-identifier . embark-lsp-identifier-actions))
(add-to-list 'embark-target-injection-hooks '(lsp-execute-code-action embark--ignore-target))
(add-to-list 'embark-target-injection-hooks '(lsp-describe-thing-at-point embark--ignore-target)))
(add-to-list 'embark-target-injection-hooks '(xref-find-references embark--ignore-target))
:general
((emacs normal motion insert visual) "C-." #'embark-act)
((emacs normal motion insert visual) "M-." #'embark-dwim)

View File

@ -3,9 +3,6 @@
(use-package rust-mode
:mode (("\\.rs\\'" . rust-mode))
:config
(add-hook 'rust-mode-hook 'lsp-deferred)
(with-eval-after-load 'lsp-rust
(general-def rust-mode-map
"C-c C-c C-d" 'lsp-rust-analyzer-open-external-docs)))
(add-hook 'rust-mode-hook 'lsp-deferred))
(provide 'init-rust)

View File

@ -113,12 +113,8 @@ alias kns="kubens"
alias kctx="kubectx"
alias tf="terraform"
# zsh-completions homebrew package
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
autoload -Uz compinit
compinit
fi
# Up the ulimit
ulimit -S -n 4096
# VTerm integration
# Some of the most useful features in emacs-libvterm require shell-side