summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-ui.el13
1 files changed, 9 insertions, 4 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el
index 44984e5..b933381 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/fcuny-ui.el
@@ -154,11 +154,16 @@
          (window-width . 0.35)
          (side . left)
          (slot . 0))
+        ("\\*\\(Wo\\)\?Man"
+         (display-buffer-in-side-window)
+		 (window-width . 0.4)
+		 (side . left)
+		 (slot . 0))
         ("\\*\\(wclock\\).*"
-           (display-buffer-in-side-window)
-           (window-width . 0.35)
-           (side . left)
-           (slot . 0))))
+         (display-buffer-in-side-window)
+         (window-width . 0.35)
+         (side . left)
+         (slot . 0))))
 
 (add-hook 'help-mode-hook #'visual-line-mode)