From b7abdd2208f41129365b586071747d10ec6992bb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 Oct 2015 15:34:06 -0400 Subject: emacs: fix typos in comments --- .config/emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 38f6e77..2fce725 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -75,7 +75,7 @@ ;; 1) Disable package.el from getting loading all downloaded packages ;; 2) Use el-get to load a specified list of packages from elpa. ;; -;; This is also nice because I can do event-base programming for what +;; This is also nice because I can do event-based programming for what ;; to do once a package is loaded, using :after. ;; For some reason, el-get adds a bunch of 3rd-party repos to @@ -114,7 +114,7 @@ (:name scss-mode :type elpa) (:name go-mode :type elpa) )) -;; What packages el-get should install, both from above, and it's +;; What packages el-get should install, both from above, and its ;; internal list of sources. (el-get 'sync (append '(el-get) -- cgit v1.2.3-54-g00ecf