Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

24 wiersze
442 B

  1. ;;-*-mode: emacs-lisp; coding: utf-8;-*-
  2. ;; All these variables control what/how readme.org gets tangled
  3. ;; into dotfiles. Off by default set to t to turn them on as
  4. ;; needed.
  5. ;; OS types
  6. (setq bsd-p nil)
  7. (setq linux-p nil)
  8. (setq osx-p t)
  9. ;; Optional things
  10. (setq nix-p t)
  11. (setq tmux-p t)
  12. (setq git-p t)
  13. (setq emacs-p t)
  14. (setq vim-p nil)
  15. (setq zsh-p t)
  16. (setq mosh-p t)
  17. (setq x-p t)
  18. ;; Language specific
  19. (setq haskell-p t)
  20. (setq perl-p t)