diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/my-functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/my-functions.el b/.emacs.d/lisp/my-functions.el index 8387d52..e67c39c 100644 --- a/.emacs.d/lisp/my-functions.el +++ b/.emacs.d/lisp/my-functions.el @@ -4,7 +4,7 @@ ;;; Code: (defun apollo/my-html-header () - "Inset html boilerplate with boostrap link." + "Inser t html boilerplate with boostrap link." (interactive) (insert "<!DOCTYPE html> |