summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-31 18:29:13 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-31 18:29:13 -0800
commitd05bd4612fb695cf1a01ae225744f93d73ba5e14 (patch)
tree1e3d3952c11772f199dbe8b3686b405186ba3253 /emacs/custom
parentfeed: moar feeds (diff)
downloademacs.d-d05bd4612fb695cf1a01ae225744f93d73ba5e14.tar.gz
fix(ui): re-indent correctly
Change-Id: I01576db6bfbb7dbfe0bcb04185e1cf8d0708a5af
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-ui.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el
index 3ced78c..3e9c271 100644
--- a/emacs/custom/my-ui.el
+++ b/emacs/custom/my-ui.el
@@ -104,9 +104,9 @@
          (slot . 2))
         ("\\*\\(Wo\\)\?Man"
          (display-buffer-in-side-window)
-	     (window-width . 0.4)
-	     (side . left)
-	     (slot . 0))
+	 (window-width . 0.4)
+	 (side . left)
+	 (slot . 0))
         ("\\*\\(wclock\\|slo-calculator\\).*"
          (display-buffer-in-side-window)
          (window-width . 0.35)