diff --git a/options/cray.el b/options/cray.el new file mode 100644 index 0000000..9216df4 --- /dev/null +++ b/options/cray.el @@ -0,0 +1 @@ +(setq cray-p t) diff --git a/options/mbp-mtishmack.americas.cray.com.el b/options/mbp-mtishmack.americas.cray.com.el new file mode 120000 index 0000000..e38e09b --- /dev/null +++ b/options/mbp-mtishmack.americas.cray.com.el @@ -0,0 +1 @@ +mbp-mtishmack.local.el \ No newline at end of file diff --git a/options/mbp-mtishmack.local.el b/options/mbp-mtishmack.local.el new file mode 100644 index 0000000..e1a6bb9 --- /dev/null +++ b/options/mbp-mtishmack.local.el @@ -0,0 +1,15 @@ +;;-*-mode: emacs-lisp; coding: utf-8;-*- +;; File: mbp-mtishmack.local.el +;; Copyright: 2017 Mitch Tishmack +;; Description: options for cray ws +;;(setq testing t) +(setq macos-p t) +(setq nix-p t) +(setq tmux-p t) +(setq git-p t) +(setq emacs-p t) +(setq zsh-p t) +(setq mosh-p t) +(setq haskell-p t) +(setq perl-p t) +(setq cray-p t) diff --git a/options/no-cray.el b/options/no-cray.el new file mode 100644 index 0000000..93090d4 --- /dev/null +++ b/options/no-cray.el @@ -0,0 +1 @@ +(setq cray-p nil)