diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-05-15 16:01:40 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-05-15 16:01:40 -0700 |
commit | 1126674db3382ce0323a5e4081a79d2c6137ae60 (patch) | |
tree | 72f34358f1acf2980206c426e078d497b0a2cd78 /.emacs.d/init.el | |
parent | c6a1587dc109a50e80a4222efaa3d85eb7c42883 (diff) |
emacs: rm dired preview-to-the-right fun
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 8 |
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) |