diff --git a/cray-macos.el b/cray-macos.el deleted file mode 100644 index e670253..0000000 --- a/cray-macos.el +++ /dev/null @@ -1,27 +0,0 @@ -;;-*-mode: emacs-lisp; coding: utf-8;-*- -;; All these variables control what/how readme.org gets tangled -;; into dotfiles. Off by default set to t to turn them on as -;; needed. - -;; OS types -(setq bsd-p nil) -(setq linux-p nil) -(setq osx-p t) - -;; Optional things -(setq nix-p t) -(setq tmux-p t) -(setq git-p t) -(setq emacs-p t) -(setq vim-p nil) -(setq zsh-p t) -(setq mosh-p t) -(setq x-p t) - -;; Language specific -(setq haskell-p t) -(setq perl-p t) -(setq ruby-p nil) - -;; Cray specific predicate -(setq cray-p t) diff --git a/cray-macos.nonix.el b/cray-macos.nonix.el deleted file mode 100644 index 6c99c5d..0000000 --- a/cray-macos.nonix.el +++ /dev/null @@ -1,27 +0,0 @@ -;;-*-mode: emacs-lisp; coding: utf-8;-*- -;; All these variables control what/how readme.org gets tangled -;; into dotfiles. Off by default set to t to turn them on as -;; needed. - -;; OS types -(setq bsd-p nil) -(setq linux-p nil) -(setq osx-p t) - -;; Optional things -(setq nix-p nil) -(setq tmux-p t) -(setq git-p t) -(setq emacs-p t) -(setq vim-p nil) -(setq zsh-p t) -(setq mosh-p t) -(setq x-p t) - -;; Language specific -(setq haskell-p t) -(setq perl-p t) -(setq ruby-p nil) - -;; Cray specific predicate -(setq cray-p t)