From a651bcfb6b6395cdd4fa8eec6dfddbb00f2d1a6b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 6 Jun 2016 16:57:30 -0700 Subject: [PATCH] Try out source linking --- dotfiles/emacs.d/README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 589e4ab4..fedef22f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -45,7 +45,7 @@ An emacs version predicate builder ** Essential *** helm I use helm for almost all emacs completion -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp -n -r (use-package helm-config :ensure helm :demand t @@ -70,7 +70,7 @@ I use helm for almost all emacs completion (setq helm-ag--extra-options option)))))) :config (progn - (setq helm-split-window-default-side 'same) + (setq helm-split-window-default-side 'same) (ref:helm split window) (defun helm-source-org-capture-templates () (helm-build-sync-source "Org Capture Templates:" @@ -154,6 +154,7 @@ I use helm for almost all emacs completion (helm-mode 1) (diminish 'helm-mode))) #+END_SRC +[[(helm split window)][Ensure that helm buffers are started in the window that currently holds the focus]] *** magit #+BEGIN_SRC emacs-lisp (use-package magit