Skip to content

Commit

Permalink
fix(dirvish): ignore previewing *.po files
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 28, 2024
1 parent e9fee97 commit 6bd406d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"s" #'dirvish-subtree-toggle
"y" #'dirvish-yank-menu)

;; Cscope generate *.po files which that makes dirvish preview freeze
(push "po" dirvish-preview-disabled-exts)

(dirvish-override-dired-mode 1))

(use-package vlf-setup
Expand Down

0 comments on commit 6bd406d

Please sign in to comment.