dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 605e9ed5b8c79cefbe4882504339a5ba1330e842
parent 9d46e4eee817f5329294a39f53f9938a636bb4c9
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 31 Dec 2020 01:16:29 +0100

Make sure find{-name,}-dired handles non-ASCII chars

Diffstat:
M.emacs-custom.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)