This website works better with JavaScript.
首頁
探索
說明
登入
mitchty
/
dotfiles
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add cray predicate for options, and my laptops options.
cray
Mitch Tishmack
9 年之前
父節點
76561a0507
當前提交
71a4e32bba
共有
4 個文件被更改
,包括
18 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
options/cray.el
+1
-0
options/mbp-mtishmack.americas.cray.com.el
+15
-0
options/mbp-mtishmack.local.el
+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)
Write
Preview
Loading…
取消
儲存