From 457a1d9be4ea5d2f616c63ced7727e4abbc24140 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 14 Feb 2023 11:56:01 +0100 Subject: [PATCH] Open projects via project.el in dired by default Inspired by https://www.n16f.net/blog/replacing-projectile-by-project/. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 769c422..6f61568 100644 --- a/init.el +++ b/init.el @@ -568,6 +568,9 @@ (use-package misc :commands (zap-up-to-char zap-to-char)) +(use-package project + :init (setq project-switch-commands 'project-dired)) + (use-package quail :init (setq default-input-method "TeX") :config (add-hook 'input-method-activate-hook