summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-05-05 14:00:49 +0200
committerTimo Wilken2023-05-05 14:00:49 +0200
commit1fd55bb265f2d4cf5e3ef3fdb6c8134493714312 (patch)
treed9a0863594b11241784c833227ca930184524022 /tw
parent6b62736fece51aabafe9169452917e49f9de7f4a (diff)
Set up project-mode
Diffstat (limited to 'tw')
-rw-r--r--tw/home/files/emacs-init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 8e29ab3c..1dc4c13a 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -203,6 +203,12 @@
:diminish undo-tree-mode)
;; IDE-like features.
+(use-package project
+ :after (which-key evil)
+ :init (which-key-add-key-based-replacements
+ "<leader>p" '("project" . "Project"))
+ :bind-keymap ("<leader>p" . project-prefix-map))
+
(use-package vc
:after (which-key evil)
:init (which-key-add-key-based-replacements