From 1f9d4c98a8b7b752893ca18c34d2a19c4b8e9814 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Mon, 21 Nov 2022 22:11:53 +0200 Subject: Fix typo --- .emacs.d/lisp/my-functions.el | 7 ++++--- 1 file 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 " -- cgit v1.2.3