From 605e9ed5b8c79cefbe4882504339a5ba1330e842 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 31 Dec 2020 01:16:29 +0100 Subject: Make sure find{-name,}-dired handles non-ASCII chars --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs-custom.el b/.emacs-custom.el index 8858242..928e802 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -33,6 +33,7 @@ '(erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "333" "353")) '(erc-user-full-name 'user-full-name) '(eshell-scroll-show-maximum-output nil) + '(find-ls-option '("-exec ls -ld {} +" . "-ld")) '(footnote-body-tag-spacing 1) '(footnote-section-tag "") '(frame-resize-pixelwise t) -- cgit v1.2.3