aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-02 16:54:23 +0200
committerClombrong <cromblong@egregore.fun>2025-06-02 16:54:23 +0200
commita55848c1bf6d79a83dbfbf91ec1faa0953e27780 (patch)
treed87e38a19daea76647903f0d3a14529024520fb5 /.dir-locals.el
parentb1578880379503acd419d70855b36869f1e812a0 (diff)
chore(dir-locals): fix whitespace
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el18
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))))))))