diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·34-0400 |
commit | 06eaf0ad9693d187466287809552f5fe0e4aba8c (patch) | |
tree | 7591e876cedad55437eea37201354afce5ac73ca /config.el | |
parent | 7374d02180b0f05bbc6e7bb81da4bfeb37db6a23 (diff) |
vowels are for dweebs
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.el b/config.el index e9b2eb046e7d..343db6d349e3 100644 --- a/config.el +++ b/config.el @@ -56,10 +56,10 @@ (flycheck-mode)) -(setq exec-path (append exec-path '("/Users/griffin/.cargo/bin"))) +(setq exec-path (append exec-path '("/home/grfn/.cargo/bin"))) (after! cargo - (setq cargo-process--custom-path-to-bin "/Users/griffin/.cargo/bin/cargo")) + (setq cargo-process--custom-path-to-bin "/home/grfn/.cargo/bin/cargo")) (setq +solarized-s-base03 "#002b36" +solarized-s-base02 "#073642" @@ -277,7 +277,7 @@ (setq doom-modeline-height 12) -(load "/home/griffin/code/org-clubhouse/org-clubhouse.el") +(load "/home/grfn/code/org-clubhouse/org-clubhouse.el") (use-package! org-clubhouse :config (setq org-clubhouse-state-alist |