Skip to content

Commit

Permalink
Fix mismatched brackets in markdown README
Browse files Browse the repository at this point in the history
Added a missing close bracket and removed the useless line `dotspacemacs-configuration-layers '(`
  • Loading branch information
liuchong authored and duianto committed Jun 8, 2019
1 parent b5027f8 commit 803d4e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.develop
Original file line number Diff line number Diff line change
Expand Up @@ -2514,17 +2514,17 @@ Other:
Strømsodd, Jonathan Arnett, Jonathan Chen, Jonathan Gillett, Josh Greenwood,
Joshua Santos, Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai,
Keith Simmons, Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo
Joseph Buchignani III, Luke Winship, Luke Worth, Marco Ieni, Marco Zucconelli,
Max Beutelspacher, Max Deineko, Max Nordlund, Maximilian Wolff, Miciah Dashiel
Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh, Nasser
Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam,
Nicolas Forgerit, Oguz Serbetci, Olivier Verdier, Pancho Horrillo, Paul Milla,
Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe
Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike,
Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius
Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw,
Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain
Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Joseph Buchignani III, liuchong, Luke Winship, Luke Worth, Marco Ieni, Marco
Zucconelli, Max Beutelspacher, Max Deineko, Max Nordlund, Maximilian Wolff,
Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh,
Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki,
nikolaiam, Nicolas Forgerit, Oguz Serbetci, Olivier Verdier, Pancho Horrillo,
Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov,
Philippe Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond
Wanyoike, Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper,
Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur,
Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H,
Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Beauchêne, Tomasz Cichocinski, tzhao11, Vincent Taing, Vlad Bokov, Vladimir
Kochnev, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, zer09, Zhige
Xin, Serghei Iakovlev)
Expand Down
2 changes: 1 addition & 1 deletion layers/+lang/markdown/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ list of `("language" "mode")`:

#+BEGIN_SRC emacs-lisp
dotspacemacs-configuration-layers '(
(markdown :variables markdown-mmm-auto-modes '("c" "c++" "python" "scala" ("elisp" "emacs-lisp"))
(markdown :variables markdown-mmm-auto-modes '("c" "c++" "python" "scala" ("elisp" "emacs-lisp"))))
#+END_SRC

*Note:* Spacemacs already defines the variable =markdown-mmm-auto-modes= to a
Expand Down

0 comments on commit 803d4e7

Please sign in to comment.