diff options
-rw-r--r-- | .emacs.d/lisp/my-functions.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/lisp/my-functions.el b/.emacs.d/lisp/my-functions.el index e67c39c..80984d8 100644 --- a/.emacs.d/lisp/my-functions.el +++ b/.emacs.d/lisp/my-functions.el @@ -1,10 +1,11 @@ ;;; package --- Summary ;;; Commentary: -;;; useful snippers of code for my daily use. +;;; useful snippets of code for my daily use. ;;; Code: -(defun apollo/my-html-header () - "Inser t html boilerplate with boostrap link." + +(defun apollo/html-boostrap-boilerplate () + "Insert html boilerplate with boostrap link." (interactive) (insert "<!DOCTYPE html> |