From 293dced9050739bd81f915eac2bbb73768b64585 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 23 Aug 2016 21:21:34 +0800 Subject: [PATCH] emacs - org-mode enable inline images --- emacs.d/config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index 596e4f7..562dfd4 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -657,7 +657,8 @@ Always indents header, and hide header leading starts so that no need type =#+ST (setq org-src-tab-acts-natively t) (setq org-confirm-babel-evaluate nil) (setq org-use-speed-commands t) - (setq org-completion-use-ido t)) + (setq org-completion-use-ido t) + (setq org-startup-with-inline-images t)) (org-babel-do-load-languages 'org-babel-load-languages @@ -2483,9 +2484,8 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del ("r" (progn (winner-redo) (setq this-command 'winner-redo)) "redo") ;; ibuffer, dired, eshell, bookmarks - ;; ("C-o" ido-switch-buffer nil :exit t) - ("C-b" ido-switch-buffer nil :exit t) ;; ("C-i" other-window nil :exit t) + ("C-b" ido-switch-buffer nil :exit t) ("C-f" projectile-find-file nil :exit t) ("C-p" persp-switch :exit t) -- 2.11.0