diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-24 21:39:00 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-24 21:41:07 +0200 |
| commit | ae04ddfb3a8527182a1f41762305059c308f0543 (patch) | |
| tree | da55639f056327641117f3702ea537dd647cd35d /.config/emacs/custom.el | |
| parent | c12431446666cd09ceceb0d9fa9f1c73113b4d9c (diff) | |
| download | dotfiles-ae04ddfb3a8527182a1f41762305059c308f0543.tar.xz | |
Fix find*-dired with "unusual characters"
Port to use-package, which allows me to write a rantionale.
Diffstat (limited to '.config/emacs/custom.el')
| -rw-r--r-- | .config/emacs/custom.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index af500dd..935d195 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -17,7 +17,6 @@ '(enable-recursive-minibuffers t) '(epg-pinentry-mode 'loopback) '(eshell-scroll-show-maximum-output nil) - '(find-ls-option '("-exec ls -ld {} +" . "-ld")) '(font-use-system-font t) '(footnote-body-tag-spacing 1) '(footnote-section-tag "") |
