summary refs log tree commit diff
path: root/emacs.d/config/fcuny-vars.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-07-07 19:45:53 +0000
committerFranck Cuny <franck.cuny@gmail.com>2018-07-07 19:45:53 +0000
commitb4d3aadef306b637baf68534357bbe7946727def (patch)
treefc5fb6b0390c622577405d6de658b233c361b484 /emacs.d/config/fcuny-vars.el
parent[emacs] All spelling configs in one place. (diff)
downloademacs.d-b4d3aadef306b637baf68534357bbe7946727def.tar.gz
[emacs] Configure correctly for linux (chrome).
Ensure go binaries are in the path for emacs and add custom settings
for linux.
Diffstat (limited to '')
-rw-r--r--emacs.d/config/fcuny-vars.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/config/fcuny-vars.el b/emacs.d/config/fcuny-vars.el
index cc19201..aebaadf 100644
--- a/emacs.d/config/fcuny-vars.el
+++ b/emacs.d/config/fcuny-vars.el
@@ -4,6 +4,12 @@
 (defvar fcuny-path-workspace (expand-file-name "workspace" fcuny-path-home)
   "Path to the workspace.")
 
+(defvar fcuny-path-go (expand-file-name "go" fcuny-path-workspace)
+  "Path to GOPATH.")
+
+(defvar fcuny-path-go-bin (expand-file-name "bin" fcuny-path-go)
+  "Path to the go binaries.")
+
 (defvar fcuny-path-git-twitter (expand-file-name "git.twitter.biz" fcuny-path-workspace)
   "Path to twitter's git repositories.")