Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. -----------|--------------
  2. a | b
  3. -----------|--------------
  4. d | c
  5. -----------|--------------
  6.  
  7. (progn
  8. (delete-other-windows)
  9. (split-window-right)
  10. (other-window 1)
  11. (split-window-below)
  12. (other-window -1)
  13. (split-window nil nil 'above))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement