From 762ce3d181f98f1e8faf61d51b664f4ae08392ff Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 22 Aug 2021 15:09:34 -0700 Subject: [PATCH] Minor --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 85a0c1af..75998f9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -285,8 +285,7 @@ (fill-paragraph nil region))) (defun my--fix-aspell () - "Fix aspell location when it's not there, by looking in - hard-coded locations." + "Fix aspell location when it's not there, by looking in hard-coded locations." (require 'ispell) (if (and (not (executable-find ispell-program-name)) (file-exists-p "c:/msys64/usr/bin/aspell.exe"))