[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/omn-mode 382d1f0: OMN 1.1 released.
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/omn-mode 382d1f0: OMN 1.1 released. |
Date: |
Wed, 05 Aug 2015 22:56:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi Phillip!
I see you've pushed a new omn-mode in externals/omn-mode, but for such
an "external" branch to be "active" you need to add it to the
"externals-list" file. If you do this, you may soon find that there's
already a "packages/omn-mode" subdirectory, since omn-mode was
originally installed as a "subtree" rather than as an "external".
For such a simple mode, we've usually used a "subtree" so far, but if
you prefer an "external", you can just remove the "packages/omn-mode"
subdirectory from the "master" branch, and add ("omn-mode" :external
nil) to the "externals-list" file.
Stefan
>>>>> "Phillip" == Phillip Lord <address@hidden> writes:
> branch: externals/omn-mode
> commit 382d1f074cad3e42add764b6ea4736317549654a
> Author: Phillip Lord <address@hidden>
> Commit: Phillip Lord <address@hidden>
> OMN 1.1 released.
> ---
> omn-mode.el | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> diff --git a/omn-mode.el b/omn-mode.el
> index 7eff8ec..f978093 100644
> --- a/omn-mode.el
> +++ b/omn-mode.el
> @@ -5,7 +5,7 @@
> ;; Author: Phillip Lord <address@hidden>
> ;; Maintainer: Phillip Lord <address@hidden>
> ;; Website: http://www.russet.org.uk/blog
> -;; Version: 1.0
> +;; Version: 1.1
> ;; 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
- Re: [elpa] externals/omn-mode 382d1f0: OMN 1.1 released.,
Stefan Monnier <=