diff options
| author | bard <[email protected]> | 2024-02-27 13:18:34 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-02-27 13:18:34 -0500 |
| commit | 2b953791e486c839ddbaa7b10d160eb5b94caa26 (patch) | |
| tree | 6e0f298ee8b031a2ea11c6a59d983c6d3bc0bd7a /bard-emacs-modules | |
| parent | 0f7d4d71df12bd775fd1482ff6774ac02247d823 (diff) | |
fix: cargo bin to path
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-lang.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-lang.el b/bard-emacs-modules/bard-emacs-lang.el index 2eeed46..647f5db 100644 --- a/bard-emacs-modules/bard-emacs-lang.el +++ b/bard-emacs-modules/bard-emacs-lang.el @@ -63,6 +63,7 @@ (add-to-list 'exec-path "/home/bard/.ghcup/bin") (add-to-list 'exec-path "/home/bard/.cabal/bin") (add-to-list 'exec-path "/home/bard/.local/bin") +(add-to-list 'exec-path "/home/bard/.cargo/bin") ;; GGTAGS (with-eval-after-load 'ggtags |
