From 71a4e32bba0876ff022fa206b28e63cee0afb16c Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 12 Mar 2017 16:02:17 -0500 Subject: [PATCH] Add cray predicate for options, and my laptops options. --- options/cray.el | 1 + options/mbp-mtishmack.americas.cray.com.el | 1 + options/mbp-mtishmack.local.el | 15 +++++++++++++++ options/no-cray.el | 1 + 4 files changed, 18 insertions(+) create mode 100644 options/cray.el create mode 120000 options/mbp-mtishmack.americas.cray.com.el create mode 100644 options/mbp-mtishmack.local.el create mode 100644 options/no-cray.el 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)