aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2024-05-15 16:01:40 -0700
committerRaul Benencia <raul@thousandeyes.com>2024-05-15 16:01:40 -0700
commit1126674db3382ce0323a5e4081a79d2c6137ae60 (patch)
tree72f34358f1acf2980206c426e078d497b0a2cd78 /.emacs.d
parentc6a1587dc109a50e80a4222efaa3d85eb7c42883 (diff)
emacs: rm dired preview-to-the-right fun
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 00c3890..248abcb 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -147,14 +147,6 @@
"\\|gz\\|zst\\|tar\\|xz\\|rar\\|zip"
"\\|iso\\|epub\\|pdf\\)"))
- (defun my-dired-preview-to-the-right ()
- "My preferred `dired-preview-display-action-alist-function'."
- '((display-buffer-in-side-window)
- (side . right)
- (width . 0.3)))
-
- (setq dired-preview-display-action-alist-function #'my-dired-preview-to-the-right)
-
(dired-preview-global-mode 1))
(add-hook 'dired-mode-hook #'dired-hide-details-mode)
nihil fit ex nihilo