diff options
| author | rocky <rocky@gnu.org> | 2026-01-19 05:35:08 -0500 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2026-01-19 05:35:08 -0500 |
| commit | 347423535bce59237ce835103f718463a4a5e3fc (patch) | |
| tree | 9dd21eeeca5820b0f860fd6e51829f49c9fdc4c5 | |
| parent | a1d2852c4422f09f385069127b93a5c455954e9b (diff) | |
Add copyrightsexternals/loc-changes
| -rw-r--r-- | cask-install.el | 16 | ||||
| -rw-r--r-- | el-get-install.el | 16 |
2 files changed, 24 insertions, 8 deletions
diff --git a/cask-install.el b/cask-install.el index 29de87f..6a2d4e0 100644 --- a/cask-install.el +++ b/cask-install.el @@ -1,3 +1,19 @@ +;;; cask-install.el + +;; Copyright (C) 2026 Free Software Foundation, Inc + +;; 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 <http://www.gnu.org/licenses/>. (require 'cask "~/.cask/cask.el") (let* ((parent-dir diff --git a/el-get-install.el b/el-get-install.el index 56829c9..cf49de1 100644 --- a/el-get-install.el +++ b/el-get-install.el @@ -1,11 +1,3 @@ -(eval-when-compile - (defvar el-get-sources) -) - -(declare-function el-get-post-install 'el-get) - -(add-to-list 'load-path "~/.emacs.d/el-get/el-get") - ;;; el-get-install.el --- installer for the lazy ;; ;; Copyright (C) 2010 Dimitri Fontaine @@ -24,6 +16,14 @@ ;; So the idea is that you copy/paste this code into your *scratch* buffer, ;; hit C-j, and you have a working el-get. +(eval-when-compile + (defvar el-get-sources) +) + +(declare-function el-get-post-install 'el-get) + +(add-to-list 'load-path "~/.emacs.d/el-get/el-get") + (let ((el-get-root (file-name-as-directory (or (bound-and-true-p el-get-dir) |
