From 11b8983c27caf3065a5c4ff6c05eee7d4b480744 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 31 Oct 2014 09:44:22 +0900 Subject: for now, open images in Windows image viewer since don't have the right libraries working to view in Emacs --- .emacs.d/init-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el index a3f9a664..97e6736a 100644 --- a/.emacs.d/init-custom.el +++ b/.emacs.d/init-custom.el @@ -67,7 +67,7 @@ '(jabber-alert-presence-hooks nil) '(mairix-file-path "~/local") '(mairix-search-file "mairixresults") - '(openwith-associations (quote (("\\.pdf\\'" "evince" (file)) ("\\.\\(ogg\\|mp3\\|flac\\)\\'" "vlc" (file)) ("\\.\\(doc\\|docx\\|xls\\|xlsx\\)\\'" "soffice" (file)) ("\\.\\(mkv\\|webm\\)\\'" "vlc" (file)) ("\\.avi\\'" "vlc" (file)) ("\\.mp4\\'" "vlc" (file)) ("\\.ppt\\'" "soffice" (file)) ("\\.\\(ppt\\|pptx\\|potx\\)\\'" "soffice" (file)) ("\\.wmv\\'" "vlc" (file)) ("\\.flv\\'" "vlc" (file)) ("\\.hwp\\'" "hanword" (file))))) + '(openwith-associations (quote (("\\.pdf\\'" "evince" (file)) ("\\.\\(ogg\\|mp3\\|flac\\)\\'" "vlc" (file)) ("\\.\\(doc\\|docx\\|xls\\|xlsx\\)\\'" "soffice" (file)) ("\\.\\(mkv\\|webm\\)\\'" "vlc" (file)) ("\\.avi\\'" "vlc" (file)) ("\\.mp4\\'" "vlc" (file)) ("\\.ppt\\'" "soffice" (file)) ("\\.\\(ppt\\|pptx\\|potx\\)\\'" "soffice" (file)) ("\\.wmv\\'" "vlc" (file)) ("\\.flv\\'" "vlc" (file)) ("\\.hwp\\'" "hanword" (file)) ("\\.\\(png\\|jpg\\|gif\\|JPG\\|PNG\\|GIF\\|bmp\\|BMP\\)\\'" "open" nil)))) '(org-agenda-sticky t) '(org-agenda-time-grid (quote -- cgit v1.2.3