diff options
| author | bard <[email protected]> | 2024-03-11 21:52:28 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-11 21:52:28 -0400 |
| commit | 296c62a4a432e312859e1b76cb056b94b1078dca (patch) | |
| tree | d8e6f8d753ae8dabed63bd05f07710b0b0ebf433 | |
| parent | e6663948bac241230b734adca9a10432714a338c (diff) | |
opt exec-path
| -rw-r--r-- | bard-emacs-modules/bard-emacs-lang.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-lang.el b/bard-emacs-modules/bard-emacs-lang.el index 647f5db..8b58148 100644 --- a/bard-emacs-modules/bard-emacs-lang.el +++ b/bard-emacs-modules/bard-emacs-lang.el @@ -63,7 +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") +(add-to-list 'exec-path "/home/bard/opt/") ;; GGTAGS (with-eval-after-load 'ggtags |
