diff options
| author | 2023-08-29 22:23:09 -0700 | |
|---|---|---|
| committer | 2023-08-29 22:26:42 -0700 | |
| commit | 0f6732d1c9a20c429430d9412d6527bbe4fe1cee (patch) | |
| tree | 722cc4842ba91a191b4754131ddef24bf403ac5d /oni/home/services | |
| parent | edfc8c25582b5fc0673f36b7af121ab8496bba24 (diff) | |
| download | new-dotfiles-0f6732d1c9a20c429430d9412d6527bbe4fe1cee.tar.gz new-dotfiles-0f6732d1c9a20c429430d9412d6527bbe4fe1cee.zip | |
Fix typo
Diffstat (limited to 'oni/home/services')
| -rw-r--r-- | oni/home/services/emacs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/emacs.scm b/oni/home/services/emacs.scm index c50809f..564ed3d 100644 --- a/oni/home/services/emacs.scm +++ b/oni/home/services/emacs.scm @@ -139,7 +139,7 @@ (configurations (append (list (mixed-text-file "yasnippet-capf-config" - "(with-eval-after-load 'minibuffer (add-to-list 'completions-at-point-functions #'yasnippet-capf))\n")) + "(with-eval-after-load 'minibuffer (add-to-list 'completion-at-point-functions #'yasnippet-capf))\n")) (home-emacs-yasnippet-capf-configuration-configurations config))))) (define (add-emacs-yasnippet-capf-packages config) |
