From 9eb3dd2de5d532477320f37a672f555c374c52b0 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sun, 22 Sep 2019 01:02:47 -0500 Subject: [PATCH] Spellcheck --- settings.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.org b/settings.org index beb1c1d..c51917b 100644 --- a/settings.org +++ b/settings.org @@ -35,7 +35,7 @@ :config (recentf-mode 1)) #+END_SRC -* Platform dependant +* Platform dependent ** Windows #+BEGIN_SRC emacs-lisp (when (string-equal system-type "windows-nt") @@ -53,7 +53,7 @@ (defun rlbr/case-insensitive-match (string1 string2) (apply 'string-equal (mapcar 'downcase (list string1 string2)))) (defun rlbr/output-matches (output-matches-p exe args) - "locate the executable whose output satifies output-matches-p when fed args and return the fullpath" + "locate the executable whose output satisfies output-matches-p when fed args and return the full-path" (let ((exec-path exec-path) (output) (bad) @@ -221,7 +221,7 @@ (use-package lispy :hook ((emacs-lisp-mode) . lispy-mode)) #+END_SRC -* Navigation/autocompletion +* Navigation/auto-completion ** Ace window #+BEGIN_SRC emacs-lisp (use-package ace-window