projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771e0b7
)
Add setting for mime-mac.el if running with Mac OS X.
author
tomo
<tomo>
Sat, 28 Apr 2012 19:12:17 +0000
(19:12 +0000)
committer
tomo
<tomo>
Sat, 28 Apr 2012 19:12:17 +0000
(19:12 +0000)
semi-setup.el
patch
|
blob
|
history
diff --git
a/semi-setup.el
b/semi-setup.el
index
2333877
..
d37b190
100644
(file)
--- a/
semi-setup.el
+++ b/
semi-setup.el
@@
-208,6
+208,21
@@
it is used as hook to set."
;; (add-hook 'mu-cite/pre-cite-hook 'eword-decode-header)
+;;; @ for Mac OS X
+;;;
+
+(when (eq system-type 'darwin)
+ (eval-after-load "mime-view"
+ '(progn
+ (mime-add-condition
+ 'action
+ '((type . application)
+ (method . mime-mac-save-and-play-with-open))
+ 'with-default
+ "mime-mac")
+ )))
+
+
;;; @ end
;;;