diff --git a/options/default-macos.el b/options/default-macos.el new file mode 100644 index 0000000..1234d0b --- /dev/null +++ b/options/default-macos.el @@ -0,0 +1,14 @@ +;;-*-mode: emacs-lisp; coding: utf-8;-*- +;; File: default-macos.el +;; Copyright: 2017 Mitch Tishmack +;; Description: default options for macos +(setq testing-p 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)