From 28860ac4153abde24b90c3a998d838bf42ccda66 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 20:28:26 +0100 Subject: [PATCH] Fixing some typos --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index fd157d8..3efc90d 100644 --- a/init.el +++ b/init.el @@ -11,11 +11,11 @@ ;; * then comes setting up all the packages that can be used by this ;; configuration; most of these packages are not loaded however, and only ;; configuration hooks are installed (using `use-package’); this way a user -;; can choose in `db/run-init’ which configruation to activate without +;; can choose in `db/run-init’ which configuration to activate without ;; changing much of the rest of the file. ;; * this file also introduces a new customization group `personal-settings’ ;; containing variables (mostly file paths) that must be set to enable some -;; of the provied functionality. +;; of the provided functionality. ;;; Code: