diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-31 18:29:13 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-31 18:29:13 -0800 |
commit | d05bd4612fb695cf1a01ae225744f93d73ba5e14 (patch) | |
tree | 1e3d3952c11772f199dbe8b3686b405186ba3253 | |
parent | feed: moar feeds (diff) | |
download | emacs.d-d05bd4612fb695cf1a01ae225744f93d73ba5e14.tar.gz |
fix(ui): re-indent correctly
Change-Id: I01576db6bfbb7dbfe0bcb04185e1cf8d0708a5af
-rw-r--r-- | emacs/custom/my-ui.el | 6 |
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) |