From 06eaf0ad9693d187466287809552f5fe0e4aba8c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 18 May 2020 11:33:57 -0400 Subject: vowels are for dweebs --- config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.el') 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 -- cgit 1.4.1