Skip to content

Commit

Permalink
OS X plist stuff seems to cause more problems than it fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 30, 2009
1 parent e66f72d commit 188721b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 114 deletions.
108 changes: 0 additions & 108 deletions elpa-to-submit/osx-plist.el

This file was deleted.

8 changes: 2 additions & 6 deletions starter-kit-misc.el
Expand Up @@ -124,14 +124,10 @@
;; Platform-specific stuff
(when (eq system-type 'darwin)
;; Work around a bug on OS X where system-name is FQDN
(setq system-name (car (split-string system-name "\\.")))
;; Work around a bug where environment variables aren't set correctly
(require 'osx-plist)
(when (file-exists-p "~/.MacOSX/environment.plist")
(osx-plist-update-environment)))
(setq system-name (car (split-string system-name "\\."))))

;; make emacs use the clipboard
(setq x-select-enable-clipboard t)

(provide 'starter-kit-misc)
;;; starter-kit-misc.el ends here
;;; starter-kit-misc.el ends here

0 comments on commit 188721b

Please sign in to comment.