You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 rivejä
462 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 nil)
  9. ;; Optional things
  10. (setq nix-p nil)
  11. (setq tmux-p nil)
  12. (setq git-p nil)
  13. (setq emacs-p nil)
  14. (setq vim-p nil)
  15. (setq zsh-p nil)
  16. (setq mosh-p nil)
  17. (setq x-p nil)
  18. ;; Language specific
  19. (setq haskell-p nil)
  20. (setq perl-p nil)