X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=ef4ca584757235419ec4e507e4eba21bdfec4426;hb=3e36533da17cb407d735448b457f562318ed2406;hp=a4a1acec4cebea433fe59e00b266db34c1ea5eb7;hpb=14145fe4f0174e8ea532a357b2a394c2723f6aa3;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index a4a1ace..ef4ca58 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -720,7 +720,9 @@ Always indents header, and hide header leading starts so that no need type =#+ST (setq org-confirm-babel-evaluate nil) (setq org-use-speed-commands t) (setq org-completion-use-ido t) - (setq org-startup-with-inline-images t)) + (setq org-startup-with-inline-images t) + (setq org-startup-with-latex-preview t) + (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))) (org-babel-do-load-languages 'org-babel-load-languages @@ -1682,7 +1684,7 @@ here on Mac, just use "open" commands to pen =.pdf=, =.html= and image files ("\\.\\(?:xcf\\)\\'" "gimp") ("\\.csv\\'" "libreoffice") ("\\.tex\\'" "pdflatex" "latex") - ("\\.\\(?:mp4\\|mkv\\|avi\\|flv\\|ogv\\)\\(?:\\.part\\)?\\'" "mplayer") + ("\\.\\(?:mp4\\|mkv\\|avi\\|rmvb\\|flv\\|ogv\\)\\(?:\\.part\\)?\\'" "mplayer") ("\\.\\(?:mp3\\|flac\\)\\'" "rhythmbox") ("\\.html?\\'" "open") ("\\.dmg\\'" "open")