diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-02 16:54:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-02 16:54:23 +0200 |
commit | a55848c1bf6d79a83dbfbf91ec1faa0953e27780 (patch) | |
tree | d87e38a19daea76647903f0d3a14529024520fb5 | |
parent | b1578880379503acd419d70855b36869f1e812a0 (diff) |
chore(dir-locals): fix whitespace
-rw-r--r-- | .dir-locals.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3c3c196..228d9a7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,12 +2,12 @@ ;;; For more information see (info "(emacs) Directory Variables") ((nil . ((jinx-dir-local-words . "Lwt") - (eval . (let - ((opam-share - (car - (process-lines "opam" "var" "share")))) - (when - (and opam-share - (file-directory-p opam-share)) - (add-to-list 'load-path - (expand-file-name "emacs/site-lisp" opam-share)))))))) + (eval . (let + ((opam-share + (car + (process-lines "opam" "var" "share")))) + (when + (and opam-share + (file-directory-p opam-share)) + (add-to-list 'load-path + (expand-file-name "emacs/site-lisp" opam-share)))))))) |