diff --git a/init.el b/init.el index c3783bf..38714e7 100644 --- a/init.el +++ b/init.el @@ -117,7 +117,7 @@ (bind-key "" #'counsel-locate) (bind-key "" #'counsel-org-goto-all) (bind-key "" #'magit-status) - (bind-key "" nil) + (bind-key "" #'org-capture) (bind-key "" #'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 diff --git a/private b/private index 99f8648..b9a89d6 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 99f86481e53f4a48e8b71ab60ec828b46953685b +Subproject commit b9a89d6d85fe0f2e602477625ca6d38f661e940e