From ad74e38f38078ededea62b937db4b17db3dca6ff Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 1 Dec 2017 12:16:33 -0700 Subject: Update config with features from ivy 0.10 --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 153ee19..fa307a9 100644 --- a/config.org +++ b/config.org @@ -341,7 +341,9 @@ the mouse to click a directory or filename. ;; Use ivy for magit magit-completing-read-function 'ivy-completing-read ;; Use ivy for projectile - projectile-completion-system 'ivy) + projectile-completion-system 'ivy + ;; Allow the input to be selectable with C-P RET. Useful for creating files + ivy-use-selectable-prompt t) :config (ivy-mode 1)) #+END_SRC @@ -605,7 +607,7 @@ Define the keybindings for org-mode related things (global-set-key (kbd " c g") 'org-clock-goto) (global-set-key (kbd " c l") 'org-clock-in-last) (global-set-key (kbd " c o") 'org-clock-out) -(global-set-key (kbd "C-c c") 'org-capture) +(global-set-key (kbd "C-c c") 'counsel-org-capture) #+END_SRC ** Agenda -- cgit v1.2.1