diff options
author | ThanosApollo <[email protected]> | 2022-11-17 21:52:49 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-17 21:52:49 +0200 |
commit | 14321eb710829b9e70d2aca79e3f5d9c51d1eb6b (patch) | |
tree | 6e7486caafd5ee39d439a170946bb3ae4f198633 /.emacs.d/lisp | |
parent | 12ff64318d7a583bc22f38571353dd9c3410b16a (diff) |
Fix typo
Diffstat (limited to '.emacs.d/lisp')
-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> |