branch: externals/setup
commit 32e4f7fd0ff9821f6df19107e0cdb0c05b77f454
Author: Philip K <phil...@posteo.net>
Commit: Philip K <phil...@posteo.net>

    Fix syntax in examples
---
 README.md | 2 +-
 setup.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 00e304a..81c5ab2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ example, these macros:
 (setup dired
   (:also-load dired-x)
   (:option (prepend dired-guess-shell-alist-user) '("" "xdg-open")
-           dired-dwim-target t")
+           dired-dwim-target t)
   (:hook auto-revert-mode))
 
 (setup (:package paredit)
diff --git a/setup.el b/setup.el
index 90cded2..75ad046 100644
--- a/setup.el
+++ b/setup.el
@@ -35,7 +35,7 @@
 ;;    (setup dired
 ;;      (:also-load dired-x)
 ;;      (:option (prepend dired-guess-shell-alist-user) '("" "xdg-open")
-;;               dired-dwim-target t")
+;;               dired-dwim-target t)
 ;;      (:hook auto-revert-mode))
 ;;
 ;;    (setup (:package paredit)

Reply via email to