http://hackerxu.com/2015/08/31/spacemacs.html?from=singlemessage&isappinstalled=1
http://m.blog.csdn.net/blog/lujun9972/46002963
http://orgmode.org/manual/Extending-ODT-export.html
(setq org-odt-convert-processes '(("LibreOffice" "soffice --headless --convert-to %f%x --outdir %d %i")))
http://foobarnbaz.com/2013/08/02/awesome-mindmaps-using-org/
golden-ratio
(set-fringe-style "minimal") 之后,就达到我想要的效果了
(setq fci-rule-column 80)
(setq fci-rule-color "orange")
(setq fci-rule-width 2)
(add-hook 'after-change-major-mode-hook 'fci-mode)
(global-set-key (kbd "M-n") 'hippie-expand)
button按钮
(defun insert-button (label &rest properties)
http://www.behack.com