summaryrefslogtreecommitdiff
path: root/arkta/arkta-project.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-10 02:31:33 +0200
committerGravatar Uko Kokņevičs2025-03-10 02:31:33 +0200
commit1a17d956b3ab69e12fb9dc320274efa27b45635f (patch)
tree8de6dba1e62c1307818c779bf0136149351eeb4b /arkta/arkta-project.el
parentUpdate dependencies (diff)
downloademacs.d-1a17d956b3ab69e12fb9dc320274efa27b45635f.tar.gz
emacs.d-1a17d956b3ab69e12fb9dc320274efa27b45635f.tar.xz
emacs.d-1a17d956b3ab69e12fb9dc320274efa27b45635f.zip
Switch from straight.el to elpaca
Diffstat (limited to '')
-rw-r--r--arkta/arkta-project.el4
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