aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-25 20:08:04 -0500
committerCraig Jennings <c@cjennings.net>2025-10-25 20:08:04 -0500
commitb36533cbc73173597c6d1e9f4bdfb0e9c56e6dba (patch)
tree913ffce190acd28c6d9a22a4e9f0a36d93a0e9dc /modules/dashboard-config.el
parentf86ce2d5e5f17ed97f5a64d981059b962250a6b1 (diff)
downloaddotemacs-b36533cbc73173597c6d1e9f4bdfb0e9c56e6dba.tar.gz
dotemacs-b36533cbc73173597c6d1e9f4bdfb0e9c56e6dba.zip
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.
Diffstat (limited to 'modules/dashboard-config.el')
-rw-r--r--modules/dashboard-config.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el
index 0970feaaa..44e87d5a4 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*")