You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

434 B

UI

Package

Define UI package.

  (use-package emacs
    :after uno
    :config
    (provide 'uno-ui))

Icons

Add support for icons via all-the-icons.

  (use-package all-the-icons
    :after uno-ui)

Which Key

  (use-package which-key
    :after uno-ui
    :config
    (which-key-mode 1))