diff options
author | Case Duckworth | 2020-11-13 15:23:18 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-13 15:23:18 -0600 |
commit | bd1e808c646a01fd91be75fb0d80e38b1def976f (patch) | |
tree | b562f58295bdefd951e0d4acd3dc7cabb9402c0a | |
parent | Change machine-specific logic (diff) | |
download | emacs-bd1e808c646a01fd91be75fb0d80e38b1def976f.tar.gz emacs-bd1e808c646a01fd91be75fb0d80e38b1def976f.zip |
Correct typo
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 36fb0da..287da8b 100644 --- a/config.org +++ b/config.org | |||
@@ -678,7 +678,7 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ | |||
678 | *** Lisp (SLIME) | 678 | *** Lisp (SLIME) |
679 | #+begin_src emacs-lisp | 679 | #+begin_src emacs-lisp |
680 | (use-package slime | 680 | (use-package slime |
681 | :when (exectuable-find "sbcl") | 681 | :when (executable-find "sbcl") |
682 | :custom | 682 | :custom |
683 | (inferior-lisp-program "sbcl") | 683 | (inferior-lisp-program "sbcl") |
684 | (slime-contribs '(slime-fancy)) | 684 | (slime-contribs '(slime-fancy)) |