aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorTimo Wilken2024-07-11 17:11:25 +0200
committerTimo Wilken2024-07-11 17:11:25 +0200
commite6f26581bf22e266c5056eddfb264eca2efb6ef4 (patch)
tree08c436f4b5d4fe66bbf9b6a67bb1020568737e93 /.dir-locals.el
parentc2c6421d3f8db9920fe50f07eff226641586f87a (diff)
Wayland-based desktop support
Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 9761ff20..ac9c7edd 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -123,6 +123,7 @@
(eval . (put 'scheme-file 'scheme-indent-function 1))
(eval . (put 'plain-file 'scheme-indent-function 1))
(eval . (put 'mixed-text-file 'scheme-indent-function 1))
+ (eval . (put 'json-file 'scheme-indent-function 1))
;; My own functions.
(eval . (put 'combined-text-file 'scheme-indent-function 1))