summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 01:16:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 01:16:29 +0100
commit605e9ed5b8c79cefbe4882504339a5ba1330e842 (patch)
treea948032219af15f3514b36b7705522a48bc07938 /.emacs-custom.el
parent9d46e4eee817f5329294a39f53f9938a636bb4c9 (diff)
downloaddotfiles-605e9ed5b8c79cefbe4882504339a5ba1330e842.tar.xz
Make sure find{-name,}-dired handles non-ASCII chars
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
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)