From b4d202f3256c6cfdd8a407169521cc7eb219f423 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 25 Oct 2025 20:08:04 -0500 Subject: refactor:dirvish: remove unused dired sidebar code Remove unused functions and configurations related to dired-sidebar and nerd-icons-dired. This cleans up the code and reduces unnecessary dependencies within the dashboard-config.el and dirvish-config.el modules. --- modules/dashboard-config.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/dashboard-config.el') diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 0970feaa..44e87d5a 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -53,8 +53,6 @@ (defun cj/dashboard-only () "Switch to *dashboard* buffer and kill all other buffers and windows." (interactive) - (when (fboundp 'dired-sidebar-hide-sidebar) - (dired-sidebar-hide-sidebar)) (if (get-buffer "*dashboard*") (progn (switch-to-buffer "*dashboard*") -- cgit v1.2.3