mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Merge pull request from skangas/fix-headers
GitHub-reference: https://github.com/jwiegley/use-package/issues/1022
This commit is contained in:
commit
7b689942f0
14 changed files with 142 additions and 185 deletions
|
@ -8,11 +8,21 @@
|
||||||
;; Version: 0.2.1
|
;; Version: 0.2.1
|
||||||
;; Package-Requires: ((bind-key "1.0") (key-chord "0.6"))
|
;; Package-Requires: ((bind-key "1.0") (key-chord "0.6"))
|
||||||
;; Filename: bind-chord.el
|
;; Filename: bind-chord.el
|
||||||
;; License: GNU General Public License version 3, or (at your option) any later version
|
|
||||||
;;
|
;; 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 program 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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
|
@ -5,26 +5,23 @@
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 16 Jun 2012
|
;; Created: 16 Jun 2012
|
||||||
;; Modified: 29 Nov 2017
|
|
||||||
;; Version: 2.4.1
|
;; Version: 2.4.1
|
||||||
;; Keywords: keys keybinding config dotemacs
|
;; Keywords: keys keybinding config dotemacs
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
;; URL: https://github.com/jwiegley/use-package
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the gnu general public license as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the free software foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; without any warranty; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; merchantability or fitness for a particular purpose. see the gnu
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; general public license for more details.
|
;; 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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;; You should have received a copy of the gnu general public license
|
|
||||||
;; along with gnu emacs; see the file copying. if not, write to the
|
|
||||||
;; free software foundation, inc., 59 temple place - suite 330,
|
|
||||||
;; boston, ma 02111-1307, usa.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; If you have lots of keybindings set in your .emacs file, it can be hard to
|
;; If you have lots of keybindings set in your .emacs file, it can be hard to
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 4 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4") (bind-key "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -8,15 +8,25 @@
|
||||||
;; Version: 0.2.1
|
;; Version: 0.2.1
|
||||||
;; Package-Requires: ((use-package "2.1") (bind-key "1.0") (bind-chord "0.2") (key-chord "0.6"))
|
;; Package-Requires: ((use-package "2.1") (bind-key "1.0") (bind-chord "0.2") (key-chord "0.6"))
|
||||||
;; Filename: use-package-chords.el
|
;; Filename: use-package-chords.el
|
||||||
;; License: GNU General Public License version 3, or (at your option) any later version
|
|
||||||
;;
|
;; 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 program 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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;
|
|
||||||
;; The `:chords' keyword allows you to define `key-chord' bindings for
|
;; The `:chords' keyword allows you to define `key-chord' bindings for
|
||||||
;; `use-package' declarations in the same manner as the `:bind'
|
;; `use-package' declarations in the same manner as the `:bind'
|
||||||
;; keyword.
|
;; keyword.
|
||||||
;;
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 29 Nov 2017
|
|
||||||
;; Version: 2.4.4
|
|
||||||
;; Package-Requires: ((emacs "24.3"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 3 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 3 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,19 @@
|
||||||
;; Version: 0.2
|
;; Version: 0.2
|
||||||
;; Package-Requires: ((use-package "2.1") (system-packages "1.0.4"))
|
;; Package-Requires: ((use-package "2.1") (system-packages "1.0.4"))
|
||||||
;; Filename: use-package-ensure-system-package.el
|
;; Filename: use-package-ensure-system-package.el
|
||||||
;; License: GNU General Public License version 3, or (at your option) any later version
|
|
||||||
;;
|
;; 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 program 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 <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 3 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 3 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -4,27 +4,19 @@
|
||||||
|
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
|
||||||
;; Modified: 3 Dec 2017
|
|
||||||
;; Version: 1.0
|
|
||||||
;; Package-Requires: ((emacs "24.3") (use-package "2.4"))
|
|
||||||
;; Keywords: dotemacs startup speed config package
|
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -5,26 +5,23 @@
|
||||||
;; Author: John Wiegley <johnw@newartisans.com>
|
;; Author: John Wiegley <johnw@newartisans.com>
|
||||||
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
;; Maintainer: John Wiegley <johnw@newartisans.com>
|
||||||
;; Created: 17 Jun 2012
|
;; Created: 17 Jun 2012
|
||||||
;; Modified: 29 Nov 2017
|
|
||||||
;; Version: 2.4.4
|
;; Version: 2.4.4
|
||||||
;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
|
;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
|
||||||
;; Keywords: dotemacs startup speed config package
|
;; Keywords: dotemacs startup speed config package
|
||||||
;; URL: https://github.com/jwiegley/use-package
|
;; URL: https://github.com/jwiegley/use-package
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,18 @@
|
||||||
;;; use-package-chords-tests.el --- Tests for use-package-chords.el -*- lexical-binding: t; -*-
|
;;; use-package-chords-tests.el --- Tests for use-package-chords.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
|
|
@ -1,25 +1,20 @@
|
||||||
;;; use-package-tests.el --- Tests for use-package.el -*- lexical-binding: t; -*-
|
;;; use-package-tests.el --- Tests for use-package.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; modify it under the terms of the GNU General Public License as
|
;; it under the terms of the GNU General Public License as published by
|
||||||
;; published by the Free Software Foundation; either version 3, or (at
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
|
||||||
;; This program is distributed in the hope that it will be useful, but
|
;; This program is distributed in the hope that it will be useful,
|
||||||
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
;; General Public License for more details.
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
;; Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue