Skip to content

Commit

Permalink
Remove default cd since there's nothing the user can do to override it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hoover committed Aug 22, 2009
1 parent 4ae184f commit ece05bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions default.el
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,3 @@
;; Change to a directory that that has a chance of containing files the user
;; cares about.
(cd "~")

;; Keep the splash screen away from our REPL! You have to do it in this hook ;; Keep the splash screen away from our REPL! You have to do it in this hook
;; because initialization sets it to nil after loading site-start and default. ;; because initialization sets it to nil after loading site-start and default.
(add-hook 'after-init-hook (add-hook 'after-init-hook
Expand Down

0 comments on commit ece05bf

Please sign in to comment.