diff options
Diffstat (limited to 'arkta/arkta-project.el')
| -rw-r--r-- | arkta/arkta-project.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arkta/arkta-project.el b/arkta/arkta-project.el index 4b75961..4b1d3f5 100644 --- a/arkta/arkta-project.el +++ b/arkta/arkta-project.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; -*- lexical-binding: t -*- | 1 | ;; -*- lexical-binding: t -*- |
| 2 | ;; Copyright © 2018-2024 Uko Koknevics | 2 | ;; Copyright © 2018-2025 Uko Koknevics |
| 3 | 3 | ||
| 4 | ;; TODO: See about porting this to project.el: | 4 | ;; TODO: See about porting this to project.el: |
| 5 | ;; (define-key map (kbd "a") #'projectile-find-other-file) | 5 | ;; (define-key map (kbd "a") #'projectile-find-other-file) |
| @@ -102,7 +102,7 @@ A thin wrapper around `xref-references-in-directory'." | |||
| 102 | (substring-no-properties (or (thing-at-point 'symbol) ""))) | 102 | (substring-no-properties (or (thing-at-point 'symbol) ""))) |
| 103 | 103 | ||
| 104 | (use-package project | 104 | (use-package project |
| 105 | :straight '(project :type built-in) | 105 | :ensure nil |
| 106 | :config | 106 | :config |
| 107 | (defvar-keymap arkta/project-prefix-map | 107 | (defvar-keymap arkta/project-prefix-map |
| 108 | :parent project-prefix-map | 108 | :parent project-prefix-map |