[Misc] Snapshot

This commit is contained in:
Daniel - 2017-07-18 14:33:31 +02:00
parent aec09df1b2
commit 8a6eb2cecf
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 5 additions and 3 deletions

View File

@ -117,7 +117,7 @@
(bind-key "<f8>" #'counsel-locate)
(bind-key "<f9>" #'counsel-org-goto-all)
(bind-key "<f10>" #'magit-status)
(bind-key "<f11>" nil)
(bind-key "<f11>" #'org-capture)
(bind-key "<f12>" #'db/helm-shortcuts)
(bind-key "C-<" #'mc/mark-previous-like-this)
(bind-key "C->" #'mc/mark-next-like-this)
@ -141,6 +141,7 @@
(bind-key "C-c l" #'org-store-link)
(bind-key "C-c m" #'emms-control/body)
(bind-key "C-c o" #'hydra-org-clock/body)
(bind-key "C-c r" #'ivy-recentf)
(bind-key "C-c s" #'synonyms)
(bind-key "C-h C-f" #'find-function)
(bind-key "C-h C-k" #'find-function-on-key)
@ -811,7 +812,8 @@ _h_ _l_ _o_k _y_ank
(use-package ivy
:commands (ivy-mode
ivy-resume)
ivy-resume
ivy-recentf)
:diminish ivy-mode
:config (progn
(setq ivy-use-virtual-buffers t

@ -1 +1 @@
Subproject commit 99f86481e53f4a48e8b71ab60ec828b46953685b
Subproject commit b9a89d6d85fe0f2e602477625ca6d38f661e940e