瀏覽代碼

Add cray predicate for options, and my laptops options.

cray
Mitch Tishmack 9 年之前
父節點
當前提交
71a4e32bba
共有 4 個文件被更改,包括 18 次插入0 次删除
  1. +1
    -0
      options/cray.el
  2. +1
    -0
      options/mbp-mtishmack.americas.cray.com.el
  3. +15
    -0
      options/mbp-mtishmack.local.el
  4. +1
    -0
      options/no-cray.el

+ 1
- 0
options/cray.el 查看文件

@@ -0,0 +1 @@
(setq cray-p t)

+ 1
- 0
options/mbp-mtishmack.americas.cray.com.el 查看文件

@@ -0,0 +1 @@
mbp-mtishmack.local.el

+ 15
- 0
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)

+ 1
- 0
options/no-cray.el 查看文件

@@ -0,0 +1 @@
(setq cray-p nil)

Loading…
取消
儲存