summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-17 21:52:49 +0200
committerThanosApollo <[email protected]>2022-11-17 21:52:49 +0200
commit14321eb710829b9e70d2aca79e3f5d9c51d1eb6b (patch)
tree6e7486caafd5ee39d439a170946bb3ae4f198633
parent12ff64318d7a583bc22f38571353dd9c3410b16a (diff)
Fix typo
-rw-r--r--.emacs.d/lisp/my-functions.el2
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>