From 0dae55d5a91e58f72ef70307e85682ef2f3e7f6a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 17:57:23 +0100 Subject: [PATCH] Remove `helm-org' --- init.el | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/init.el b/init.el index 11cddff..209d2ae 100644 --- a/init.el +++ b/init.el @@ -1958,29 +1958,6 @@ With given ARG, display files in `db/important-document-path’." (bind-key "C-i" #'helm-execute-persistent-action helm-map) (bind-key "C-z" #'helm-select-action helm-map))) -(use-package helm-org - :commands (helm-org-agenda-files-headings) - :bind (:map helm-org-headings-map - ("C-c c" . helm-org-clock-in-at-heading)) - :config (progn - ;; Add action to clock in at current heading to - ;; `helm-org-agenda-files-headings’ - - (defun helm-org--clock-in-at-heading (marker) - "Clock in to current heading at MARKER." - (org-with-point-at marker - (org-clock-in))) - - (defun helm-org-clock-in-at-heading () - (interactive) - (with-helm-alive-p - (helm-exit-and-execute-action 'helm-org--clock-in-at-heading))) - - (add-to-list 'helm-org-headings-actions - '("Clock in to this heading" - . helm-org--clock-in-at-heading) - t))) - (use-package ivy :ensure t :commands (ivy-mode