Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linter warnings and some headers #995

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions smartparens-c.el
Original file line number Diff line number Diff line change
@@ -1,40 +1,44 @@
;;; smartparens-c.el --- Additional configuration for C/C++ mode. -*- lexical-binding: t; -*-
;;
;;; smartparens-c.el --- Additional configuration for C/C++ mode -*- lexical-binding: t; -*-

;; Author: Naoya Yamashita <conao3@gmail.com>
;; Maintainer: Matus Goljer <matus.goljer@gmail.com>
;; Created: 23 June 2019
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens
;;

;; This file is not part of GNU Emacs.
;;

;;; License:
;;

;; This file is part of Smartparens.
;;

;; Smartparens is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;

;; Smartparens is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;

;; You should have received a copy of the GNU General Public License
;; along with Smartparens. If not, see <http://www.gnu.org/licenses/>.
;;

;;; Commentary:
;;
;; This file provides some additional configuration for C/C++ mode.
;; To use it, simply add:
;;

;; This file provides some additional configuration for C/C++ based
;; modes. To use it, simply add:

;; (require 'smartparens-c)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.
;;

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.

;; For more info, see github readme at
;; https://github.com/Fuco1/smartparens

;;; Code:

(require 'smartparens)
Expand Down
38 changes: 21 additions & 17 deletions smartparens-clojure.el
Original file line number Diff line number Diff line change
@@ -1,40 +1,44 @@
;;; smartparens-clojure.el --- Additional configuration for Clojure mode. -*- lexical-binding: t; -*-
;;
;;; smartparens-clojure.el --- Additional configuration for Clojure mode -*- lexical-binding: t; -*-

;; Author: Vitalie Spinu <spinuvit@gmail.com>
;; Maintainer: Matus Goljer <matus.goljer@gmail.com>
;; Created: 14 July 2016
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens
;;

;; This file is not part of GNU Emacs.
;;

;;; License:
;;

;; This file is part of Smartparens.
;;

;; Smartparens is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;

;; Smartparens is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;

;; You should have received a copy of the GNU General Public License
;; along with Smartparens. If not, see <http://www.gnu.org/licenses/>.
;;

;;; Commentary:
;;
;; This file provides some additional configuration for Clojure mode. To use
;; it, simply add:
;;

;; This file provides some additional configuration for clojure based
;; modes. To use it, simply add:

;; (require 'smartparens-clojure)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.
;;

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.

;; For more info, see github readme at
;; https://github.com/Fuco1/smartparens

;;; Code:

(require 'smartparens)
Expand Down
2 changes: 0 additions & 2 deletions smartparens-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
;; Author: Matus Goljer <matus.goljer@gmail.com>
;; Maintainer: Matus Goljer <matus.goljer@gmail.com>
;; Created: 30 Jan 2013
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens

;; This file is not part of GNU Emacs.

Expand Down
9 changes: 3 additions & 6 deletions smartparens-crystal.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
;;; smartparens-crystal.el --- Additional configuration for Crystal based modes. -*- lexical-binding: t; -*-
;;; smartparens-crystal.el --- Additional configuration for Crystal based modes -*- lexical-binding: t; -*-

;; Copyright (C) 2018 Brantou

;; Author: Brantou <brantou89@gmail.com>
;; Maintainer: Brantou <brantou89@gmail.com>
;; Created: 5 March 2018
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens

;; Based on smartparens-ruby.el

Expand All @@ -33,12 +31,11 @@

;; This file provides some additional configuration for Crystal based
;; modes. To use it, simply add:
;;

;; (require 'smartparens-crystal)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.
;;

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.
Expand Down
37 changes: 28 additions & 9 deletions smartparens-elixir.el
Original file line number Diff line number Diff line change
@@ -1,28 +1,47 @@
;;; smartparens-elixir.el --- Configuration for Elixir. -*- lexical-binding: t; -*-
;;; smartparens-elixir.el --- Additional configuration for Elixir based modes -*- lexical-binding: t; -*-

;; Copyright (C) 2017 Matúš Goljer

;; Author: Matúš Goljer <matus.goljer@gmail.com>
;; Maintainer: Matúš Goljer <matus.goljer@gmail.com>
;; Version: 0.0.1
;; Created: 15th January 2017
;; Keywords: languages

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
;; as published by the Free Software Foundation; either version 3
;; of the License, or (at your option) any later version.
;; This file is not part of GNU Emacs.

;; This program is distributed in the hope that it will be useful,
;;; License:

;; This file is part of Smartparens.

;; Smartparens is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.

;; Smartparens is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; along with Smartparens. If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:

;; This file provides some additional configuration for elixir
;; based modes. To use it, simply add:

;; (require 'smartparens-elixir)

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.

;; For more info, see github readme at
;; https://github.com/Fuco1/smartparens


;;; Code:

(require 'smartparens)
Expand Down
33 changes: 20 additions & 13 deletions smartparens-ess.el
Original file line number Diff line number Diff line change
@@ -1,39 +1,46 @@
;;; smartparens-ess.el --- Smartparens Extension for Emacs Speaks Statistics -*- lexical-binding: t; -*-
;;; smartparens-ess.el --- Additional configuration for Emacs Speaks Statistics -*- lexical-binding: t; -*-

;; Copyright (c) 2015-2016 Bernhard Pröll

;; Author: Bernhard Pröll
;; Maintainer: Bernhard Pröll
;; URL: https://github.com/Fuco1/smartparens
;; Created: 2015-02-26
;; Version: 0.2
;; Keywords: abbrev convenience editing
;; Created: 6 Feb 2015

;; This file is NOT part of GNU Emacs.
;; This file is not part of GNU Emacs.

;; This program is free software; you can redistribute it and/or modify
;;; License:

;; This file is part of Smartparens.

;; Smartparens is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.

;; This program is distributed in the hope that it will be useful,
;; Smartparens is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; along with Smartparens. If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:
;;

;; This file provides some additional configuration for ESS. To use
;; it, simply add:
;;

;; (require 'smartparens-ess)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.
;;

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.

;; For more info, see github readme at
;; https://github.com/Fuco1/smartparens

;;; Code:

(require 'smartparens)
Expand Down
8 changes: 3 additions & 5 deletions smartparens-haskell.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
;;; smartparens-haskell.el --- Additional configuration for Haskell based modes. -*- lexical-binding: t; -*-
;;; smartparens-haskell.el --- Additional configuration for Haskell based modes -*- lexical-binding: t; -*-

;; Copyright (C) 2015 Michael Xavier

;; Author: Michael Xavier <michael@michaelxavier.net>
;; Maintainer: Michael Xavier <michael@michaelxavier.net>
;; Created: 29 Apr 2016
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens

;; This file is not part of GNU Emacs.

Expand All @@ -31,9 +29,9 @@

;; This file provides some additional configuration for Haskell based
;; modes. To use it, simply add:
;;

;; (require 'smartparens-haskell)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.

Expand Down
10 changes: 4 additions & 6 deletions smartparens-html.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
;;; smartparens-html.el --- Additional configuration for HTML based modes. -*- lexical-binding: t; -*-
;;; smartparens-html.el --- Additional configuration for HTML based modes -*- lexical-binding: t; -*-

;; Copyright (C) 2013-2014 Matus Goljer

;; Author: Matus Goljer <matus.goljer@gmail.com>
;; Maintainer: Matus Goljer <matus.goljer@gmail.com>
;; Created: 14 Sep 2013
;; Keywords: abbrev convenience editing
;; URL: https://github.com/Fuco1/smartparens

;; This file is not part of GNU Emacs.

Expand All @@ -31,17 +29,17 @@

;; This file provides some additional configuration for HTML based
;; modes. To use it, simply add:
;;

;; (require 'smartparens-html)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.

;; This file provides these interactive functions:

;; `sp-html-next-tag' - Recommended binding: C-c C-f
;; `sp-html-previous-tag' - Recommended binding: C-c C-b
;;

;; (These two bindings are used for navigation by tags forward or
;; backward, but `sp-forward-sexp' already does that.)

Expand Down
15 changes: 7 additions & 8 deletions smartparens-javascript.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
;;; smartparens-javascript.el --- Additional configuration for JavaScript based modes. -*- lexical-binding: t; -*-
;;; smartparens-javascript.el --- Additional configuration for JavaScript based modes -*- lexical-binding: t; -*-

;; Copyright (c) 2017 Marinin Tim

;; Author: Tim Marinin <mt@marinin.xyz>
;; Maintainer: Tim Marinin <mt@marinin.xyz>
;; Created: 2017-03-03
;; Keywords: abbrev convenience editing javascript
;; URL: https://github.com/Fuco1/smartparens
;; Created: 3 Mar 2017

;; This file is not part of GNU Emacs.

Expand All @@ -30,15 +29,15 @@

;; This file provides some additional configuration for JavaScript based
;; modes. To use it, simply add:
;;

;; (require 'smartparens-javascript)
;;

;; into your configuration. You can use this in conjunction with the
;; default config or your own configuration.
;;

;; If you have good ideas about what should be added please file an
;; issue on the github tracker.
;;

;; For more info, see github readme at
;; https://github.com/Fuco1/smartparens

Expand Down
Loading