From 10b69ad9238739dc999f92ad2a1fe486436b86e7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Apr 2022 08:23:52 +0200 Subject: [PATCH] Remove declaration for db-projects The code's still there, but not used otherwise. --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index c4ab6e5..3bde19e 100644 --- a/init.el +++ b/init.el @@ -2974,11 +2974,6 @@ With given ARG, display files in `db/important-document-path’." ;; controlled by the value of `cperl-lazy-help-time' (add-hook 'cperl-mode-hook 'cperl-lazy-install))) -(use-package db-projects - :commands (projects-add-project - projects-archive-project - projects-lint-projects)) - (use-package define-word :ensure t :commands (define-word-at-point define-word))