diff options
author | ThanosApollo <[email protected]> | 2022-11-21 22:11:53 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-21 22:11:53 +0200 |
commit | 1f9d4c98a8b7b752893ca18c34d2a19c4b8e9814 (patch) | |
tree | 7f33272d8c70297f55840369a41274e90c5ffea9 /.emacs.d/lisp | |
parent | aae2b28f8f711dbb871141c6a6c2c395516801c6 (diff) |
Fix typo
Diffstat (limited to '.emacs.d/lisp')
-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> |