X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=126f90c684b38489dff3307bdd0d5be63b4309bb;hb=98f94ddef05fa07db4e8e118def29c324f8d2dec;hp=a027b1482c6a0ea2d049fc87fa0c524502386f15;hpb=4f59901dcf618abb717f5f45b02802dbf922b659;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index a027b14..126f90c 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -256,6 +256,8 @@ Loading theme should be after all required loaded, refere [[https://github.com/j #+BEGIN_SRC emacs-lisp :tangle yes :results silent (setq vc-follow-symlinks t) + (use-package molokai-theme + :ensure t) (use-package color-theme :ensure t @@ -728,7 +730,9 @@ Always indents header, and hide header leading starts so that no need type =#+ST ;; open link when return clicked (setq org-return-follows-link t) ;; open the ppt file by external open instead of emacs - (add-to-list 'org-file-apps '("\\.pptx" . "open %s"))) + (add-to-list 'org-file-apps '("\\.pptx" . "open %s")) + (add-to-list 'org-file-apps '("\\.doc" . "open %s")) + (setq org-image-actual-width nil)) #+END_SRC @@ -738,8 +742,8 @@ Always indents header, and hide header leading starts so that no need type =#+ST :features ob-racket) ;; Lua support - (use-package ob-lua - :ensure t) + ;(use-package ob-lua + ; :ensure t) ;; use current window for org source buffer editting @@ -762,7 +766,7 @@ Always indents header, and hide header leading starts so that no need type =#+ST (latex . t) (java . t) (ruby . t) - (lua . t) + ; (lua . t) (lisp . t) (scheme . t) (racket . t)