Skip to content

Commit

Permalink
Kill stripe-specific references.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Feb 18, 2015
1 parent e418e61 commit 3fe9d82
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions dot-emacs
Expand Up @@ -134,7 +134,7 @@
(add-hook 'after-init-hook #'global-flycheck-mode)
(setq-default flycheck-disabled-checkers
'(ruby-rubylint ruby ruby-jruby python-flake8 python-pylint puppet-lint))
(setq-default flycheck-rubocoprc (expand-file-name "~/stripe/pay-server/.rubocop.yml"))
(setq-default flycheck-rubocoprc (expand-file-name "~/.rubocop.yml"))
(setq-default flycheck-rubocop-lint-only nil)


Expand Down Expand Up @@ -1382,16 +1382,7 @@ surrounding xml expression"
(shell "livegrep-dev" "~/code/livegrep")
(term "mutt-nelhage" "~/")
(term "mutt-stripe" "~/")
(term "stripe-dev" "~/stripe")
(term "devbox" "~/stripe/pay-server")
(shell "pay-dev" "~/stripe/pay-server")
(shell "context-dev" "~/stripe/stripe-context")
(shell "henson-dev" "~/stripe/henson")
(shell "odm-dev" "~/stripe/chalk-odm")
(shell "mosql-dev" "~/stripe/mosql")
(shell "flatfiles-dev" "~/stripe/stripe-flatfiles")
(shell "space-commander" "~/stripe/space-commander")
(shell "puppet-config" "~/stripe/puppet-config")))
(term "stripe-dev" "~/stripe")))

(defun setup-terminals ()
(interactive)
Expand Down

0 comments on commit 3fe9d82

Please sign in to comment.