Try out source linking

This commit is contained in:
Ivan Malison 2016-06-06 16:57:30 -07:00
parent 94c7b6e113
commit a651bcfb6b

View File

@ -45,7 +45,7 @@ An emacs version predicate builder
** Essential ** Essential
*** helm *** helm
I use helm for almost all emacs completion I use helm for almost all emacs completion
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp -n -r
(use-package helm-config (use-package helm-config
:ensure helm :ensure helm
:demand t :demand t
@ -70,7 +70,7 @@ I use helm for almost all emacs completion
(setq helm-ag--extra-options option)))))) (setq helm-ag--extra-options option))))))
:config :config
(progn (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 () (defun helm-source-org-capture-templates ()
(helm-build-sync-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) (helm-mode 1)
(diminish 'helm-mode))) (diminish 'helm-mode)))
#+END_SRC #+END_SRC
[[(helm split window)][Ensure that helm buffers are started in the window that currently holds the focus]]
*** magit *** magit
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package magit (use-package magit