diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-18 22:09:25 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-18 22:09:25 +0200 |
commit | c90fe3ed3f35ea01b0d1299a0e721a5ab902ca11 (patch) | |
tree | 8d872f86d95cf887a2eb110a4ec697815ab42408 /.dir-locals.el | |
parent | b039051748d023a004f2c8848a756b8fb67617b1 (diff) |
style: change fill-column to 88
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 228d9a7..b97f826 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,6 +2,7 @@ ;;; For more information see (info "(emacs) Directory Variables") ((nil . ((jinx-dir-local-words . "Lwt") + (fill-column . 88) (eval . (let ((opam-share (car |