;;; package --- Summary ;;; Commentary: ;;; useful snippets of code for my daily use. ;;; Code: (defun apollo/html-boostrap-boilerplate () "Insert html boilerplate with boostrap link." (interactive) (insert " My Title

Starting point

" )) ;;; my-functions.el ends here