Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "your_email@example.com"
| ;; An experiment for an SVG toolbar using icons from material.io | |
| ;; | |
| ;; Example usage: (toolbar 48 "black" "white" t t) | |
| ;; Material icons freely available (Apache 2 license) from | |
| ;; - https://material.io/resources/icons/?style=outline | |
| ;; - https://github.com/google/material-design-icons | |
| (require 'xml) (require 'svg) | |
| (defun toobar-item (label icon fg-color bg-color size with-icon with-label) |