Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. #(" Package Version Status ▼ Archive Description "
  2. 0 1 (display (space :align-to 2))
  3. 1 8 (tabulated-list-column-name
  4. "Package" help-echo "Click to sort by column"
  5. mouse-face highlight keymap (keymap (follow-link . mouse-face)
  6. (13 . tabulated-list-sort)
  7. (mouse-2 . tabulated-list-col-sort)
  8. (mouse-1 . tabulated-list-col-sort)
  9. (header-line keymap ... ...)))
  10. 8 9 (display (space :align-to 21) face fixed-pitch)
  11. 9 16 (tabulated-list-column-name "Version")
  12. 16 17 (display (space :align-to 34) face fixed-pitch)
  13. 17 25 (face bold tabulated-list-column-name
  14. "Status" help-echo "Click to sort by column"
  15. mouse-face highlight keymap (keymap (follow-link . mouse-face)
  16. (13 . tabulated-list-sort)
  17. (mouse-2 . tabulated-list-col-sort)
  18. (mouse-1 . tabulated-list-col-sort)
  19. (header-line keymap ... ...)))
  20. 25 26 (display (space :align-to 45) face fixed-pitch)
  21. 26 33 (tabulated-list-column-name
  22. "Archive" help-echo "Click to sort by column"
  23. mouse-face highlight keymap (keymap (follow-link . mouse-face)
  24. (13 . tabulated-list-sort)
  25. (mouse-2 . tabulated-list-col-sort)
  26. (mouse-1 . tabulated-list-col-sort)
  27. (header-line keymap ... ...)))
  28. 33 34 (display (space :align-to 56) face fixed-pitch)
  29. 34 45 (tabulated-list-column-name "Description")
  30. 45 46 (display (space :align-to 57) face fixed-pitch))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement