fix(navigation): disable direx as it is broken on recent Emacs 29.x builds

This commit is contained in:
2022-02-23 12:04:33 +00:00
parent 2554669fea
commit 96d5bab074
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
("C-c C-b" . projectile-ibuffer)
("C-c b" . projectile-switch-to-buffer)
("C-x C-t" . projectile-find-file)
("C-x j" . projectile-dired)
("C-x ;" . projectile-find-file)
("C-x C-;" . projectile-find-file)
("C-c ;" . projectile-switch-project)