Skip to content

Commit

Permalink
Don't set magit-diff-options, which is a string in magit 0.8 and a li…
Browse files Browse the repository at this point in the history
…st in 1.0
  • Loading branch information
ramen authored and technomancy committed Apr 12, 2011
1 parent f317a2c commit 0e00d53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions starter-kit-misc.el
Expand Up @@ -117,8 +117,7 @@
(add-to-list 'grep-find-ignored-files "*.class")))

;; Default to unified diffs
(setq diff-switches "-u -w"
magit-diff-options "-w")
(setq diff-switches "-u -w")

;; Cosmetics

Expand Down

0 comments on commit 0e00d53

Please sign in to comment.