aboutsummaryrefslogtreecommitdiffstats
path: root/config.org
diff options
context:
space:
mode:
authorjason2017-12-01 12:16:33 -0700
committerjason2017-12-01 12:16:33 -0700
commitad74e38f38078ededea62b937db4b17db3dca6ff (patch)
treeaf6e4735395a802980bafb03b218c3e25b9263ba /config.org
parent80af316de59d8f7a517c3b0a4b574e4c25b38ccf (diff)
downloaddotemacs-ad74e38f38078ededea62b937db4b17db3dca6ff.tar.gz
dotemacs-ad74e38f38078ededea62b937db4b17db3dca6ff.zip
Update config with features from ivy 0.10
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files 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.
341 ;; Use ivy for magit 341 ;; Use ivy for magit
342 magit-completing-read-function 'ivy-completing-read 342 magit-completing-read-function 'ivy-completing-read
343 ;; Use ivy for projectile 343 ;; Use ivy for projectile
344 projectile-completion-system 'ivy) 344 projectile-completion-system 'ivy
345 ;; Allow the input to be selectable with C-P RET. Useful for creating files
346 ivy-use-selectable-prompt t)
345 :config 347 :config
346 (ivy-mode 1)) 348 (ivy-mode 1))
347#+END_SRC 349#+END_SRC
@@ -605,7 +607,7 @@ Define the keybindings for org-mode related things
605(global-set-key (kbd "<f9> c g") 'org-clock-goto) 607(global-set-key (kbd "<f9> c g") 'org-clock-goto)
606(global-set-key (kbd "<f9> c l") 'org-clock-in-last) 608(global-set-key (kbd "<f9> c l") 'org-clock-in-last)
607(global-set-key (kbd "<f9> c o") 'org-clock-out) 609(global-set-key (kbd "<f9> c o") 'org-clock-out)
608(global-set-key (kbd "C-c c") 'org-capture) 610(global-set-key (kbd "C-c c") 'counsel-org-capture)
609 611
610#+END_SRC 612#+END_SRC
611** Agenda 613** Agenda