From 5e2cd382f73d03f59c9c9af8ce9b40eecd8cf5ec Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 13:24:27 -0600 Subject: [PATCH] options/default-macos.el: Initial commit for macos options For sym/hard-linking a hostname link to. --- options/default-macos.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 options/default-macos.el 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)