Quellcode durchsuchen

options/default-macos.el: Initial commit for macos options

For sym/hard-linking a hostname link to.
master
Mitch Tishmack vor 8 Jahren
Ursprung
Commit
5e2cd382f7
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. +14
    -0
      options/default-macos.el

+ 14
- 0
options/default-macos.el Datei anzeigen

@@ -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)

Laden…
Abbrechen
Speichern