diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore
deleted file mode 100644
index d0cdbf6..0000000
--- a/.emacs.d/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-*~
-/auto-save-list/
-/bak/
-/elpa/
-/ido.last
-/ohai-personal-taste.el
-/recentf
-/smex-items
-/custom.el
-/eshell/
-/projectile-bookmarks.eld
-/.mc-lists.el
-/user.el
-/var/
-/tramp
-/url/
-/session.*
diff --git a/.emacs.d/.ohai-emacs/ohai-emacs.jpg b/.emacs.d/.ohai-emacs/ohai-emacs.jpg
deleted file mode 100644
index bced8ac..0000000
Binary files a/.emacs.d/.ohai-emacs/ohai-emacs.jpg and /dev/null differ
diff --git a/.emacs.d/.travis.yml b/.emacs.d/.travis.yml
deleted file mode 100644
index 528824f..0000000
--- a/.emacs.d/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-install:
- - sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
- sudo apt-get -qq update &&
- sudo apt-get -qq -f install &&
- sudo apt-get -qq install emacs-snapshot
-
-script:
- - ln -s . .emacs.d &&
- HOME=`pwd` emacs --batch -Q --eval "(load-file \"ohai/ohai-test.el\")"
diff --git a/.emacs.d/COPYING b/.emacs.d/COPYING
deleted file mode 100644
index 94a9ed0..0000000
--- a/.emacs.d/COPYING
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- 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 .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/.emacs.d/README.org b/.emacs.d/README.org
deleted file mode 100644
index 1722050..0000000
--- a/.emacs.d/README.org
+++ /dev/null
@@ -1,60 +0,0 @@
-* Ohai Emacs
-
-While it is certainly true that Emacs is the most powerful text editor in the world, your first impression of it may be less favourable, because its default configuration really just isn't all that great.
-
-But now there is Ohai Emacs! Simply install Ohai Emacs as your emacs.d, and you will be ready to bask in the full radiance of Holy Emacs in no time at all.
-
-There is even a configuration [[https://i.chzbgr.com/maxW500/8443050752/h55957A15/][wizard]]!
-
-[[./.ohai-emacs/ohai-emacs.jpg]]
-
-** Installation
-
-If you don't have it installed already, go get a copy of [[http://www.gnu.org/software/emacs/#Obtaining][GNU Emacs]] version 24.4 or later.
-
-If you have an emacs.d already, move it out of the way (~mv ~/.emacs.d ~/.emacs.d.bak~) or get rid of it (~rm -rf ~/.emacs.d~) first.
-
-To download Ohai Emacs as your new emacs.d:
-
-#+begin_src sh
-$ git clone https://github.com/bodil/ohai-emacs.git ~/.emacs.d
-#+end_src
-
-That's it! Now, the next time you start Emacs, Ohai Emacs will ask you a few questions about how you like things to be, and go on the internets and download some fresh packages for you. In a little while, it will be ready for your emacsing.
-
-** Usage
-
-A full feature list is pending. A quick overview:
-
-- Carefully styled for a fashionable look.
-- Improved navigation, editing and code style settings.
-- Magit, the premier git frontend.
-- Smart autocomplete with company-mode.
-- Flycheck.
-- Yasnippet.
-- Paredit for Emacs Lisp.
-- Improved JS and HTML modes with powerful refactoring tools.
-- Nyan Cat.
-
-*** Learning From Emacs Lisp
-
-While Ohai Emacs helps you get started quickly and without frustration, you must eventually learn Emacs Lisp in order to become an Emacs Master. The Ohai Emacs source code contains numerous comments designed to explain, often in detail, what it's doing. The best (if not the fastest) way to learn what Ohai Emacs can do for you is to read the source.
-
-Start at ~.emacs.d/init.el~. This sets up the basic environment, and loads each Ohai Emacs module from the ~.emacs.d/modules~ directory in turn. Read through the ~.el~ file in the module directory that are of interest to you, and you will find they explain the changes they make, often pointing you to useful documentation for the more powerful features.
-
-** License
-
-Copyright 2015 Bodil Stokke
-
-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/.
diff --git a/.emacs.d/elpa/archives/gnu/archive-contents b/.emacs.d/elpa/archives/gnu/archive-contents
deleted file mode 100644
index 8ddf5e7..0000000
--- a/.emacs.d/elpa/archives/gnu/archive-contents
+++ /dev/null
@@ -1,676 +0,0 @@
-(1
- (ace-window .
- [(0 9 0)
- ((avy
- (0 2 0)))
- "Quickly switch windows." single
- ((:url . "https://github.com/abo-abo/ace-window")
- (:keywords "window" "location"))])
- (ack .
- [(1 3)
- nil "Interface to ack-like source code search tools" tar
- ((:keywords "tools" "processes" "convenience")
- (:url . "https://github.com/leoliu/ack-el"))])
- (ada-mode .
- [(5 1 8)
- ((wisi
- (1 1 1))
- (cl-lib
- (0 4))
- (emacs
- (24 2)))
- "major-mode for editing Ada sources" tar
- ((:keywords "languages" "ada")
- (:url . "http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html"))])
- (ada-ref-man .
- [(2012 0)
- nil "Ada Reference Manual 2012" tar
- ((:keywords "languages" "ada")
- (:url . "http://stephe-leake.org/ada/arm.html"))])
- (adaptive-wrap .
- [(0 5)
- nil "Smart line-wrapping with wrap-prefix" single
- ((:url . "http://elpa.gnu.org/packages/adaptive-wrap.html")
- (:keywords))])
- (adjust-parens .
- [(3 0)
- nil "Indent and dedent Lisp code, automatically adjust close parens" tar
- ((:url . "http://elpa.gnu.org/packages/adjust-parens.html"))])
- (aggressive-indent .
- [(1 0 2)
- ((emacs
- (24 1))
- (names
- (20150125 9))
- (cl-lib
- (0 5)))
- "Minor mode to aggressively keep your code always indented" single
- ((:url . "http://github.com/Malabarba/aggressive-indent-mode")
- (:keywords "indent" "lisp" "maint" "tools"))])
- (ahungry-theme .
- [(1 0 6)
- ((emacs
- (24)))
- "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar
- ((:keywords "ahungry" "palette" "color" "theme" "emacs" "color-theme" "deftheme")
- (:url . "https://github.com/ahungry/color-theme-ahungry"))])
- (all .
- [(1 0)
- nil "Edit all lines matching a given regexp" single
- ((:url . "http://elpa.gnu.org/packages/all.html")
- (:keywords "matching"))])
- (ascii-art-to-unicode .
- [(1 9)
- nil "a small artist adjunct" single
- ((:url . "http://www.gnuvola.org/software/aa2u/")
- (:keywords "ascii" "unicode" "box-drawing"))])
- (auctex .
- [(11 88 6)
- nil "Integrated environment for *TeX*" tar
- ((:url . "http://www.gnu.org/software/auctex/"))])
- (aumix-mode .
- [(7)
- nil "run the aumix program in a buffer" single
- ((:url . "http://user42.tuxfamily.org/aumix-mode/index.html")
- (:keywords "multimedia" "mixer" "aumix"))])
- (auto-overlays .
- [(0 10 9)
- nil "Automatic regexp-delimited overlays" tar
- ((:keywords "extensions")
- (:url . "http://www.dr-qubit.org/emacs.php"))])
- (avy .
- [(0 2 1)
- ((emacs
- (24 1))
- (cl-lib
- (0 5)))
- "set-based completion" tar
- ((:keywords "point" "location")
- (:url . "https://github.com/abo-abo/avy"))])
- (bug-hunter .
- [(0 2)
- ((seq
- (1 3))
- (cl-lib
- (0 5)))
- "Hunt down errors in elisp files" single
- ((:url . "http://github.com/Malabarba/elisp-bug-hunter")
- (:keywords "lisp"))])
- (caps-lock .
- [(1 0)
- nil "Caps-lock as a minor mode" single
- ((:url . "http://elpa.gnu.org/packages/caps-lock.html")
- (:keywords))])
- (chess .
- [(2 0 4)
- ((cl-lib
- (0 5)))
- "Play chess in GNU Emacs" tar
- ((:keywords "games")
- (:url . "http://elpa.gnu.org/packages/chess.html"))])
- (cl-generic .
- [(0 2)
- nil "Forward cl-generic compatibility for Emacs<25" single
- ((:url . "http://elpa.gnu.org/packages/cl-generic.html")
- (:keywords))])
- (cl-lib .
- [(0 5)
- nil "Properly prefixed CL functions and macros" single
- ((:url . "http://elpa.gnu.org/packages/cl-lib.html")
- (:keywords))])
- (coffee-mode .
- [(0 4 1 1)
- nil "Major mode for CoffeeScript files" single
- ((:url . "http://github.com/defunkt/coffee-mode")
- (:keywords "coffeescript" "major" "mode"))])
- (company .
- [(0 8 12)
- ((emacs
- (24 1))
- (cl-lib
- (0 5)))
- "Modular text completion framework" tar
- ((:keywords "abbrev" "convenience" "matching")
- (:url . "http://company-mode.github.io/"))])
- (company-statistics .
- [(0 1 1)
- ((emacs
- (24 3))
- (company
- (0 8 5)))
- "Sort candidates using completion history" tar
- ((:keywords "abbrev" "convenience" "matching")
- (:url . "https://github.com/company-mode/company-statistics"))])
- (context-coloring .
- [(6 3 0)
- ((emacs
- (24))
- (js2-mode
- (20150126)))
- "Highlight by scope" single
- ((:url . "https://github.com/jacksonrayhamilton/context-coloring")
- (:keywords "convenience" "faces" "tools"))])
- (crisp .
- [(1 3 4)
- nil "CRiSP/Brief Emacs emulator" single
- ((:url . "http://elpa.gnu.org/packages/crisp.html")
- (:keywords "emulations" "brief" "crisp"))])
- (csv-mode .
- [(1 4)
- nil "Major mode for editing comma/char separated values" single
- ((:url . "http://centaur.maths.qmul.ac.uk/Emacs/")
- (:keywords "convenience"))])
- (darkroom .
- [(0 1)
- ((cl-lib
- (0 5)))
- "Remove visual distractions and focus on writing" single
- ((:url . "http://elpa.gnu.org/packages/darkroom.html")
- (:keywords "convenience" "emulations"))])
- (dbus-codegen .
- [(0 1)
- ((cl-lib
- (0 5)))
- "Lisp code generation for D-Bus." single
- ((:url . "http://elpa.gnu.org/packages/dbus-codegen.html")
- (:keywords "comm" "dbus" "convenience"))])
- (debbugs .
- [(0 7)
- nil "SOAP library to access debbugs servers" tar
- ((:keywords "comm" "hypermedia")
- (:url . "http://elpa.gnu.org/packages/debbugs.html"))])
- (dict-tree .
- [(0 12 8)
- ((trie
- (0 2 5))
- (tNFA
- (0 1 1))
- (heap
- (0 3)))
- "Dictionary data structure" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "extensions" "matching" "data structures trie" "tree" "dictionary" "completion" "regexp"))])
- (diff-hl .
- [(1 7 0)
- ((cl-lib
- (0 2)))
- "Highlight uncommitted changes" tar
- ((:keywords "vc" "diff")
- (:url . "https://github.com/dgutov/diff-hl"))])
- (dismal .
- [(1 5)
- ((cl-lib
- (0)))
- "Dis Mode Ain't Lotus: Spreadsheet program Emacs" tar
- ((:url . "http://elpa.gnu.org/packages/dismal.html"))])
- (djvu .
- [(0 5)
- nil "Edit and view Djvu files via djvused" single
- ((:url . "http://elpa.gnu.org/packages/djvu.html")
- (:keywords "files" "wp"))])
- (docbook .
- [(0 1)
- nil "Info-like viewer for DocBook" single
- ((:url . "http://elpa.gnu.org/packages/docbook.html")
- (:keywords "docs" "help"))])
- (easy-kill .
- [(0 9 3)
- ((emacs
- (24))
- (cl-lib
- (0 5)))
- "kill & mark things easily" tar
- ((:keywords "killing" "convenience")
- (:url . "https://github.com/leoliu/easy-kill"))])
- (ediprolog .
- [(1 0)
- nil "Emacs Does Interactive Prolog" single
- ((:url . "http://elpa.gnu.org/packages/ediprolog.html")
- (:keywords "languages" "processes"))])
- (eldoc-eval .
- [(0 1)
- nil "Enable eldoc support when minibuffer is in use." single
- ((:url . "http://elpa.gnu.org/packages/eldoc-eval.html")
- (:keywords))])
- (electric-spacing .
- [(5 0)
- nil "Insert operators with surrounding spaces smartly" single
- ((:url . "http://elpa.gnu.org/packages/electric-spacing.html")
- (:keywords))])
- (enwc .
- [(1 0)
- nil "The Emacs Network Client" tar
- ((:keywords "enwc" "network" "wicd" "manager" "nm")
- (:url . "http://elpa.gnu.org/packages/enwc.html"))])
- (epoch-view .
- [(0 0 1)
- nil "Minor mode to visualize epoch timestamps" single
- ((:url . "http://elpa.gnu.org/packages/epoch-view.html")
- (:keywords "data" "timestamp" "epoch" "unix"))])
- (ergoemacs-mode .
- [(5 14 7 3)
- ((emacs
- (24 1))
- (undo-tree
- (0 6 5)))
- "Emacs mode based on common modern interface and ergonomics." tar
- ((:keywords "convenience")
- (:url . "https://github.com/ergoemacs/ergoemacs-mode"))])
- (f90-interface-browser .
- [(1 1)
- nil "Parse and browse f90 interfaces" single
- ((:url . "http://github.com/wence-/f90-iface/")
- (:keywords))])
- (flylisp .
- [(0 2)
- ((emacs
- (24 1))
- (cl-lib
- (0 4)))
- "Color unbalanced parentheses and parentheses inconsistent with indentation" single
- ((:url . "http://elpa.gnu.org/packages/flylisp.html")
- (:keywords))])
- (ggtags .
- [(0 8 10)
- ((emacs
- (24))
- (cl-lib
- (0 5)))
- "emacs frontend to GNU Global source code tagging system" single
- ((:url . "https://github.com/leoliu/ggtags")
- (:keywords "tools" "convenience"))])
- (gnorb .
- [(1 1 1)
- ((cl-lib
- (0 5)))
- "Glue code between Gnus, Org, and BBDB" tar
- ((:keywords "mail" "org" "gnus" "bbdb" "todo" "task")
- (:url . "https://github.com/girzel/gnorb"))])
- (gnugo .
- [(3 0 0)
- ((ascii-art-to-unicode
- (1 5))
- (xpm
- (1 0 1))
- (cl-lib
- (0 5)))
- "play GNU Go in a buffer" tar
- ((:keywords "games" "processes")
- (:url . "http://www.gnuvola.org/software/gnugo/"))])
- (heap .
- [(0 3)
- nil "Heap (a.k.a. priority queue) data structure" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "extensions" "data structures" "heap" "priority queue"))])
- (hydra .
- [(0 13 2)
- ((cl-lib
- (0 5)))
- "Make bindings that stick around." tar
- ((:keywords "bindings")
- (:url . "https://github.com/abo-abo/hydra"))])
- (ioccur .
- [(2 4)
- nil "Incremental occur" single
- ((:url . "http://elpa.gnu.org/packages/ioccur.html")
- (:keywords))])
- (iterators .
- [(0 1)
- ((emacs
- (25)))
- "Functions for working with iterators" single
- ((:url . "http://elpa.gnu.org/packages/iterators.html")
- (:keywords "extensions" "elisp"))])
- (javaimp .
- [(0 5)
- nil "Add and reorder Java import statements in Maven projects" single
- ((:url . "http://elpa.gnu.org/packages/javaimp.html")
- (:keywords "java" "maven" "programming"))])
- (jgraph-mode .
- [(1 1)
- ((cl-lib
- (0 5)))
- "Major mode for Jgraph files" single
- ((:url . "http://elpa.gnu.org/packages/jgraph-mode.html")
- (:keywords "tex" "wp"))])
- (js2-mode .
- [(20150202)
- ((emacs
- (24 1))
- (cl-lib
- (0 5)))
- "Improved JavaScript editing mode" tar
- ((:keywords "languages" "javascript")
- (:url . "https://github.com/mooz/js2-mode/"))])
- (jumpc .
- [(3 0)
- nil "jump to previous insertion points" single
- ((:url . "http://elpa.gnu.org/packages/jumpc.html")
- (:keywords))])
- (let-alist .
- [(1 0 4)
- nil "Easily let-bind values of an assoc-list by their names" single
- ((:url . "http://elpa.gnu.org/packages/let-alist.html")
- (:keywords "extensions" "lisp"))])
- (lex .
- [(1 1)
- nil "Lexical analyser construction" tar
- ((:url . "http://elpa.gnu.org/packages/lex.html"))])
- (lmc .
- [(1 3)
- nil "Little Man Computer in Elisp" single
- ((:url . "http://elpa.gnu.org/packages/lmc.html")
- (:keywords))])
- (load-dir .
- [(0 0 3)
- nil "Load all Emacs Lisp files in a given directory" single
- ((:url . "http://elpa.gnu.org/packages/load-dir.html")
- (:keywords "lisp" "files" "convenience"))])
- (load-relative .
- [(1 2)
- nil "relative file load (within a multi-file Emacs package)" single
- ((:url . "http://github.com/rocky/emacs-load-relative")
- (:keywords "internal"))])
- (loc-changes .
- [(1 2)
- nil "keep track of positions even after buffer changes" single
- ((:url . "http://github.com/rocky/emacs-loc-changes")
- (:keywords))])
- (markchars .
- [(0 2 0)
- nil "Mark chars fitting certain characteristics" single
- ((:url . "http://elpa.gnu.org/packages/markchars.html")
- (:keywords))])
- (memory-usage .
- [(0 2)
- nil "Analyze the memory usage of Emacs in various ways" single
- ((:url . "http://elpa.gnu.org/packages/memory-usage.html")
- (:keywords "maint"))])
- (metar .
- [(0 1)
- ((cl-lib
- (0 5)))
- "Retrieve and decode METAR weather information" single
- ((:url . "http://elpa.gnu.org/packages/metar.html")
- (:keywords "comm"))])
- (minibuffer-line .
- [(0 1)
- nil "Display status info in the minibuffer window" single
- ((:url . "http://elpa.gnu.org/packages/minibuffer-line.html")
- (:keywords))])
- (minimap .
- [(1 2)
- nil "Sidebar showing a \"mini-map\" of a buffer" single
- ((:url . "http://elpa.gnu.org/packages/minimap.html")
- (:keywords))])
- (muse .
- [(3 20)
- nil "Authoring and publishing tool for Emacs" tar
- ((:keywords "hypermedia")
- (:url . "http://mwolson.org/projects/EmacsMuse.html"))])
- (names .
- [(20150115 1)
- ((emacs
- (24 1))
- (cl-lib
- (0 5)))
- "Namespaces for emacs-lisp. Avoid name clobbering without hiding symbols." tar
- ((:keywords "extensions" "lisp")
- (:url . "http://github.com/Bruce-Connor/names"))])
- (nhexl-mode .
- [(0 1)
- nil "Minor mode to edit files via hex-dump format" single
- ((:url . "http://elpa.gnu.org/packages/nhexl-mode.html")
- (:keywords "data"))])
- (nlinum .
- [(1 6)
- nil "Show line numbers in the margin" single
- ((:url . "http://elpa.gnu.org/packages/nlinum.html")
- (:keywords "convenience"))])
- (notes-mode .
- [(1 30)
- nil "Indexing system for on-line note-taking" tar
- ((:url . "http://elpa.gnu.org/packages/notes-mode.html"))])
- (num3-mode .
- [(1 2)
- nil "highlight groups of digits in long numbers" single
- ((:url . "http://elpa.gnu.org/packages/num3-mode.html")
- (:keywords "faces" "minor-mode"))])
- (oauth2 .
- [(0 10)
- nil "OAuth 2.0 Authorization Protocol" single
- ((:url . "http://elpa.gnu.org/packages/oauth2.html")
- (:keywords "comm"))])
- (omn-mode .
- [(1 0)
- nil "Support for OWL Manchester Notation" single
- ((:url . "http://elpa.gnu.org/packages/omn-mode.html")
- (:keywords))])
- (org .
- [(20150608)
- nil "Outline-based notes management and organizer" tar nil])
- (osc .
- [(0 1)
- nil "Open Sound Control protocol library" single
- ((:url . "http://elpa.gnu.org/packages/osc.html")
- (:keywords "comm" "processes" "multimedia"))])
- (pabbrev .
- [(4 2)
- nil "Predictive abbreviation expansion" single
- ((:url . "http://elpa.gnu.org/packages/pabbrev.html")
- (:keywords))])
- (pinentry .
- [(0 1)
- nil "GnuPG Pinentry server implementation" single
- ((:url . "http://elpa.gnu.org/packages/pinentry.html")
- (:keywords "gnupg"))])
- (poker .
- [(0 1)
- nil "Texas hold'em poker" single
- ((:url . "http://elpa.gnu.org/packages/poker.html")
- (:keywords "games"))])
- (quarter-plane .
- [(0 1)
- nil "Minor mode for quarter-plane style editing" single
- ((:url . "http://elpa.gnu.org/packages/quarter-plane.html")
- (:keywords "convenience" "wp"))])
- (queue .
- [(0 1 1)
- nil "Queue data structure" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "extensions" "data structures" "queue"))])
- (rainbow-mode .
- [(0 11)
- nil "Colorize color names in buffers" single
- ((:url . "http://elpa.gnu.org/packages/rainbow-mode.html")
- (:keywords "faces"))])
- (register-list .
- [(0 1)
- nil "Interactively list/edit registers" single
- ((:url . "http://elpa.gnu.org/packages/register-list.html")
- (:keywords "register"))])
- (rudel .
- [(0 3)
- nil "A collaborative editing framework for Emacs" tar
- ((:keywords "rudel" "collaboration")
- (:url . "http://rudel.sourceforge.net/"))])
- (scroll-restore .
- [(1 0)
- nil "restore original position after scrolling" single
- ((:url . "http://elpa.gnu.org/packages/scroll-restore.html")
- (:keywords "scrolling"))])
- (seq .
- [(1 7)
- nil "Sequence manipulation functions" single
- ((:url . "http://elpa.gnu.org/packages/seq.html")
- (:keywords "sequences"))])
- (shen-mode .
- [(0 1)
- nil "A major mode for editing shen source code" tar
- ((:keywords "languages" "shen")
- (:url . "http://elpa.gnu.org/packages/shen-mode.html"))])
- (sisu-mode .
- [(3 0 3)
- nil "Major mode for SiSU markup text" single
- ((:url . "http://elpa.gnu.org/packages/sisu-mode.html")
- (:keywords "text" "processes" "tools"))])
- (sml-mode .
- [(6 7)
- nil "Major mode for editing (Standard) ML" single
- ((:url . "http://elpa.gnu.org/packages/sml-mode.html")
- (:keywords "sml"))])
- (sokoban .
- [(1 4)
- nil "Implementation of Sokoban for Emacs." tar
- ((:keywords "games")
- (:url . "http://elpa.gnu.org/packages/sokoban.html"))])
- (sotlisp .
- [(1 0)
- ((emacs
- (24 1)))
- "Write lisp at the speed of thought." single
- ((:url . "https://github.com/Malabarba/speed-of-thought-lisp")
- (:keywords "convenience" "lisp"))])
- (spinner .
- [(1 3 1)
- nil "Add spinners and progress-bars to the mode-line for ongoing operations" single
- ((:url . "https://github.com/Malabarba/spinner.el")
- (:keywords "processes" "mode-line"))])
- (svg .
- [(0 1)
- ((emacs
- (25)))
- "svg image creation functions" single
- ((:url . "http://elpa.gnu.org/packages/svg.html")
- (:keywords "image"))])
- (svg-clock .
- [(0 5)
- ((svg
- (0 1))
- (emacs
- (25 0)))
- "Analog clock using Scalable Vector Graphics" single
- ((:url . "http://elpa.gnu.org/packages/svg-clock.html")
- (:keywords "demo" "svg" "clock"))])
- (swiper .
- [(0 4 1)
- ((emacs
- (24 1)))
- "Isearch with an overview. Oh, man!" tar
- ((:keywords "matching")
- (:url . "https://github.com/abo-abo/swiper"))])
- (tNFA .
- [(0 1 1)
- ((queue
- (0 1)))
- "Tagged non-deterministic finite-state automata" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "extensions" "matching" "data structures tnfa" "nfa" "dfa" "finite state automata" "automata" "regexp"))])
- (temp-buffer-browse .
- [(1 4)
- nil "temp buffer browse mode" single
- ((:url . "http://elpa.gnu.org/packages/temp-buffer-browse.html")
- (:keywords "convenience"))])
- (test-simple .
- [(1 1)
- ((cl-lib
- (0)))
- "Simple Unit Test Framework for Emacs Lisp" single
- ((:url . "http://github.com/rocky/emacs-test-simple")
- (:keywords "unit-test"))])
- (timerfunctions .
- [(1 4 2)
- ((cl-lib
- (0 5)))
- "Enhanced versions of some timer.el functions" single
- ((:url . "http://elpa.gnu.org/packages/timerfunctions.html")
- (:keywords))])
- (tiny .
- [(0 1)
- nil "Quickly generate linear ranges in Emacs" tar
- ((:keywords "convenience")
- (:url . "https://github.com/abo-abo/tiny"))])
- (trie .
- [(0 2 6)
- ((tNFA
- (0 1 1))
- (heap
- (0 3)))
- "Trie data structure" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "extensions" "matching" "data structures trie" "ternary search tree" "tree" "completion" "regexp"))])
- (undo-tree .
- [(0 6 5)
- nil "Treat undo history as a tree" single
- ((:url . "http://www.dr-qubit.org/emacs.php")
- (:keywords "convenience" "files" "undo" "redo" "history" "tree"))])
- (uni-confusables .
- [(0 1)
- nil "Unicode confusables table" tar
- ((:url . "http://elpa.gnu.org/packages/uni-confusables.html"))])
- (vlf .
- [(1 7)
- nil "View Large Files" tar
- ((:keywords "large files" "utilities")
- (:url . "https://github.com/m00natic/vlfi"))])
- (w3 .
- [(4 0 49)
- nil "Fully customizable, largely undocumented web browser for Emacs" tar
- ((:keywords "faces" "help" "comm" "news" "mail" "processes" "mouse" "hypermedia")
- (:url . "http://elpa.gnu.org/packages/w3.html"))])
- (wcheck-mode .
- [(2014 6 21)
- nil "General interface for text checkers" single
- ((:url . "https://github.com/tlikonen/wcheck-mode")
- (:keywords "text" "spell" "check" "languages" "ispell"))])
- (web-server .
- [(0 1 1)
- ((emacs
- (24 3)))
- "Emacs Web Server" tar
- ((:keywords "http" "server" "network")
- (:url . "https://github.com/eschulte/emacs-web-server"))])
- (websocket .
- [(1 4)
- nil "Emacs WebSocket client and server" tar
- ((:keywords "communication" "websocket" "server")
- (:url . "http://elpa.gnu.org/packages/websocket.html"))])
- (windresize .
- [(0 1)
- nil "Resize windows interactively" single
- ((:url . "http://elpa.gnu.org/packages/windresize.html")
- (:keywords "window"))])
- (wisi .
- [(1 1 1)
- ((cl-lib
- (0 4))
- (emacs
- (24 2)))
- "Utilities for implementing an indentation/navigation engine using a generalized LALR parser" tar
- ((:keywords "parser" "indentation" "navigation")
- (:url . "http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html"))])
- (wpuzzle .
- [(1 1)
- nil "find as many word in a given time" single
- ((:url . "http://elpa.gnu.org/packages/wpuzzle.html")
- (:keywords))])
- (xclip .
- [(1 3)
- nil "use xclip to copy&paste" single
- ((:url . "http://elpa.gnu.org/packages/xclip.html")
- (:keywords "convenience" "tools"))])
- (xpm .
- [(1 0 3)
- nil "edit XPM images" tar
- ((:keywords "multimedia" "xpm")
- (:url . "http://www.gnuvola.org/software/xpm/"))])
- (yasnippet .
- [(0 8 0)
- nil "Yet another snippet extension for Emacs." tar
- ((:keywords "convenience" "emulation")
- (:url . "http://github.com/capitaomorte/yasnippet"))])
- (ztree .
- [(1 0 1)
- nil "Text mode directory tree" tar
- ((:keywords "files" "tools")
- (:url . "https://github.com/fourier/ztree"))]))
diff --git a/.emacs.d/elpa/archives/gnu/archive-contents.signed b/.emacs.d/elpa/archives/gnu/archive-contents.signed
deleted file mode 100644
index 281ce60..0000000
--- a/.emacs.d/elpa/archives/gnu/archive-contents.signed
+++ /dev/null
@@ -1 +0,0 @@
-Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent (trust undefined) created at 2015-06-12T11:05:02+0200 using DSA
\ No newline at end of file
diff --git a/.emacs.d/elpa/archives/marmalade/archive-contents b/.emacs.d/elpa/archives/marmalade/archive-contents
deleted file mode 100644
index 66a26d6..0000000
--- a/.emacs.d/elpa/archives/marmalade/archive-contents
+++ /dev/null
@@ -1,4470 +0,0 @@
-(1
- (zone-matrix .
- [(0 0 1)
- nil "Matrix themed Zone mode" tar])
- (znc .
- [(0 0 2)
- ((cl
- (2 2))
- (erc
- (5 3)))
- "ZNC + ERC" single])
- (zjl-hl .
- [(20121028 1901)
- ((highlight
- (21 0))
- (region-list-edit
- (20100530 808)))
- "Highlight variable and function call and others in c/emacs, make life easy." single])
- (zencoding-mode .
- [(0 5 1)
- nil "Unfold CSS-selector-like expressions to markup" single])
- (zenburn-theme .
- [(2 1)
- nil "A low contrast color theme for Emacs." single])
- (zenburn .
- [(0 1)
- nil "A low contrast colour theme for Emacs" single])
- (zen-mode .
- [(20120627)
- nil "remove/restore Emacs distractions quickly" tar])
- (zen-and-art-theme .
- [(1 0 1)
- nil "zen and art color theme for GNU Emacs 24" single])
- (zeitgeist .
- [(0 1)
- nil "integrates Emacs with Zeitgeist." single])
- (zeal-at-point .
- [(0 0 3)
- nil "Search the word at point with Zeal" single])
- (yoshi-theme .
- [(5 12 0)
- nil "Theme named after my cat" single])
- (yesql-ghosts .
- [(0 1 0)
- ((s
- (1 9 0))
- (dash
- (2 10 0))
- (cider
- (0 8 0)))
- "Display ghostly yesql defqueries inline" single])
- (yasnippet-bundle .
- [(0 6 1)
- nil "Yet another snippet extension (Auto compiled bundle)" single])
- (yasnippet .
- [(0 6 1)
- nil "Yasnippet template engine" tar])
- (yascroll .
- [(0 2 0)
- nil "Yet Another Scroll Bar Mode" single])
- (yas-jit .
- [(0 8 3)
- nil "Loads Yasnippets on demand (makes start up faster)" single])
- (yari .
- [(0 7)
- nil "Yet Another RI interface for Emacs" single])
- (yaoddmuse .
- [(0 1 1)
- nil "Yet another oddmuse for Emacs" single])
- (yaml-mode .
- [(0 0 9)
- nil "Major mode for editing YAML files" single])
- (yagist .
- [(0 8 6)
- ((json
- (1 2 0)))
- "Yet Another Emacs integration for gist.github.com" single])
- (xml-rpc .
- [(1 6 8)
- nil "An elisp implementation of clientside XML-RPC" single])
- (xml-gen .
- [(0 4)
- nil "A DSL for generating XML." single])
- (xlicense .
- [(1 1)
- nil "Insert pre-defined license text" tar])
- (xkcd .
- [(1 0)
- ((json
- (1 3)))
- "View xkcd from Emacs" single])
- (xbm-life .
- [(0 1)
- nil "A XBM version of Conway's Game of Life" single])
- (wxwidgets-help .
- [(0 0 3)
- nil "Look up wxWidgets API by using local html manual." tar])
- (wsd-mode .
- [(0 3 0)
- nil "Emacs major-mode for www.websequencediagrams.com" tar])
- (ws-trim .
- [(1 4)
- nil "Tools and minor mode to trim whitespace on text lines" single])
- (writegood-mode .
- [(20130406 2316)
- nil "Polish up poor writing on the fly" single])
- (wrap-region .
- [(0 7 1)
- nil "Wrap text with punctation or tag" single])
- (world-time-mode .
- [(0 0 6)
- nil "show whole days of world-time diffs" single])
- (workspaces .
- [(0 1)
- nil "Workspaces for Emacsen" single])
- (workgroups .
- [(0 2 0)
- nil "workgroups for windows (for Emacs)" single])
- (wonderland .
- [(0 1 1)
- ((dash
- (2 0 0))
- (dash-functional
- (1 0 0))
- (multi
- (2 0 0))
- (emacs
- (24)))
- "declarative configuration for Emacsen" single])
- (with-namespace .
- [(1 1)
- nil "Poor-man's namespaces for elisp" single])
- (wisp-mode .
- [(0 2)
- nil "Tools for wisp: the Whitespace-to-Lisp preprocessor" single])
- (wisp .
- [(0 1 4)
- nil "Tools for wisp: the Whitespace-to-Lisp preprocessor" single])
- (winpoint-ignore-dired .
- [(1 1)
- ((winpoint
- (1 0)))
- "Have winpoint ignore dired-mode buffers" single])
- (winpoint .
- [(1 4)
- nil "Remember buffer positions per-window, not per buffer" single])
- (winner-mode-enable .
- [(0 0 5)
- nil "Enables winner mode if its available" tar])
- (window-number .
- [(1 0 3)
- nil "Select windows by numbers." single])
- (window-margin .
- [(0 1)
- nil "automatic margins for visual-line-mode wrapping" single])
- (window-end-visible .
- [(0 1 0)
- nil "Find the last visible point in a window" single])
- (win-switch .
- [(1 0 8)
- nil "fast, dynamic bindings for window-switching/resizing" single])
- (wikidoc .
- [(0 9)
- ((s\.el
- (1 9 0)))
- "use elisp doc strings to make other documentation" single])
- (wiki-nav .
- [(1 0 2)
- ((button-lock
- (1 0 2))
- (nav-flash
- (1 0 0)))
- "Simple file navigation using [[WikiStrings]]" single])
- (whitespace-cleanup-mode .
- [(0 8)
- nil "Intelligently call whitespace-cleanup on save" single])
- (wgrep-helm .
- [(0 1 0)
- ((wgrep
- (2 1 1)))
- "Writable helm-grep-mode buffer and apply the changes to files" single])
- (wgrep-ack .
- [(0 1 1)
- ((wgrep
- (2 1 1)))
- "Writable ack-and-a-half buffer and apply the changes to files" single])
- (wgrep .
- [(2 1 3)
- nil "Writable grep buffer and apply the changes to files" single])
- (wget .
- [(1 94)
- nil "Emacs-wget is an interface program of GNU wget on Emacs." tar])
- (weechat .
- [(0 2 2)
- ((s
- (1 3 1))
- (cl-lib
- (0 2))
- (emacs
- (24))
- (tracking
- (1 2)))
- "Chat via WeeChat's relay protocol in Emacs" tar])
- (wedge-ws .
- [(0 1 2)
- nil "Wedge whitespace between columns in text" tar])
- (websocket .
- [(1 0)
- nil "Emacs WebSocket client and server" single])
- (web-mode .
- [(8 0 4)
- nil "major mode for editing html templates" single])
- (web .
- [(0 5 2)
- ((dash
- (2 9 0))
- (s
- (1 5 0)))
- "useful HTTP client" single])
- (weather-metno .
- [(20140909)
- ((emacs
- (24))
- (cl-lib
- (0 3)))
- "Weather data from met.no in Emacs" tar])
- (weather .
- [(2012 3 27 2)
- nil "Get weather reports via worldweatheronline.com" single])
- (wcheck-mode .
- [(2014 6 21)
- nil "General interface for text checkers" tar])
- (wc-mode .
- [(1 3)
- nil "Running word count with goals (minor mode)" single])
- (watch-buffer .
- [(1 0 1)
- nil "run a shell command when saving a buffer" single])
- (waher-theme .
- [(20130917 7)
- ((emacs
- (24 1)))
- "Emacs 24 theme based on waher for st2 by dduckster" single])
- (wacspace .
- [(0 4 2)
- ((dash
- (1 2 0))
- (cl-lib
- (0 2)))
- "The WACky WorkSPACE manager for emACS" tar])
- (w32-browser .
- [(21 0)
- nil "Run Windows application associated with a file." single])
- (volatile-highlights .
- [(1 10)
- nil "Minor mode for visual feedback on some operations." single])
- (vline .
- [(1 10)
- nil "show vertical line (column highlighting) mode." single])
- (visible-color-code .
- [(0 0 1)
- nil "color code strings in current buffer, this elisp show you one as real color." single])
- (virtualenv .
- [(1 2)
- nil "Virtualenv for Python" single])
- (viper-in-more-modes .
- [(0 1 3)
- nil "vi-like keybindings for various Emacs modes" single])
- (vimpulse .
- [(0 5)
- nil "emulates Vim's most useful features" single])
- (vimgolf .
- [(0 9 2)
- nil "VimGolf interface for the One True Editor" single])
- (vertica .
- [(0 1 0)
- ((sql
- (3 0)))
- "Vertica SQL mode extension" single])
- (vector-utils .
- [(0 1 2)
- nil "Vector-manipulation utility functions" single])
- (vcard .
- [(0 1)
- nil "vcard parsing and display routines" single])
- (vc-tfs .
- [(0 1 3)
- nil "Support for TFS version control system" single])
- (vc-darcs .
- [(1 12)
- nil "a VC backend for darcs" single])
- (vala-mode .
- [(0 1)
- nil "Vala mode derived mode" single])
- (uzumaki .
- [(0 1)
- ((cl-lib
- (0 5)))
- "A simple buffer cycler" single])
- (uuid .
- [(0 0 3)
- nil "UUID's for EmacsLisp" single])
- (unicode-whitespace .
- [(0 2 4)
- ((ucs-utils
- (0 7 6))
- (persistent-soft
- (0 8 8))
- (pcache
- (0 2 3)))
- "teach whitespace-mode about fancy characters" single])
- (unicode-progress-reporter .
- [(0 5 4)
- ((emacs
- (24 1 0))
- (ucs-utils
- (0 7 6))
- (persistent-soft
- (0 8 8))
- (pcache
- (0 2 3)))
- "Progress-reporter with fancy characters" single])
- (unicode-fonts .
- [(0 3 8)
- ((font-utils
- (0 7 0))
- (ucs-utils
- (0 7 6))
- (persistent-soft
- (0 8 8))
- (pcache
- (0 2 3)))
- "Configure Unicode fonts" single])
- (unicode-enbox .
- [(0 1 4)
- ((string-utils
- (0 3 2))
- (ucs-utils
- (0 7 6))
- (persistent-soft
- (0 8 8))
- (pcache
- (0 2 3)))
- "Surround a string with box-drawing characters" single])
- (unfill .
- [(0 1)
- nil "The inverse of fill-paragraph and fill-region" single])
- (undo-tree .
- [(0 3 1)
- nil "Treat undo history as a tree" single])
- (unbound .
- [(0 1)
- nil "find convenient unbound keystrokes" single])
- (ujelly-theme .
- [(1 0 35)
- nil "Ujelly theme for GNU Emacs 24 (deftheme)" single])
- (ucs-utils .
- [(0 7 10)
- ((persistent-soft
- (0 8 8))
- (pcache
- (0 2 3))
- (list-utils
- (0 4 2)))
- "Utilities for Unicode characters" single])
- (uci-mode .
- [(1 0 0)
- nil "Major mode for UCI configuration files" single])
- (typopunct .
- [(1 0)
- nil "Automatic typographical punctuation marks" single])
- (typo .
- [(1 1)
- nil "Minor mode for typographic editing" single])
- (typing-practice .
- [(0 1)
- nil "Typing practice" single])
- (typing .
- [(1 1 4)
- nil "A game for fast typers, inspired by The Typing Of The Dead." single])
- (typescript .
- [(0 1 1)
- nil "Major mode for editing typescript" single])
- (twittering-mode .
- [(3 0 1)
- nil "Major mode for Twitter" single])
- (twilight-theme .
- [(1 0 0)
- nil "Twilight theme for GNU Emacs 24 (deftheme)" single])
- (tup-mode .
- [(1 2)
- nil "Major mode for editing files for Tup" single])
- (tumblesocks .
- [(0 0 7)
- ((htmlize
- (1 39))
- (oauth
- (1 0 3))
- (markdown-mode
- (1 8 1)))
- "An Emacs tumblr client." tar])
- (tumble .
- [(1 5)
- nil "an Tumblr mode for Emacs" single])
- (tuareg .
- [(2 0 8)
- ((caml
- (3 12 0 1)))
- "OCaml mode for Emacs" tar])
- (ttrss .
- [(1 7 5)
- ((emacs
- (23 1)))
- "Tiny Tiny RSS elisp bindings" single])
- (ttl-mode .
- [(0 1)
- nil "mode for Turtle(RDF)" single])
- (tt-mode .
- [(20121117 2045)
- nil "Emacs major mode for editing Template Toolkit files." tar])
- (tsql .
- [(1 0)
- nil "customizes sql.el for T-SQL" single])
- (try .
- [(0 0 1)
- ((emacs
- (24)))
- "Try out Emacs packages." single])
- (truthy .
- [(0 2 8)
- ((list-utils
- (0 4 2)))
- "Test the content of a value" single])
- (tronesque-theme .
- [(1 5)
- nil "Color Theme based on Tron universe." single])
- (troncle .
- [(0 1 2)
- ((cider
- (0 5 0)))
- "Emacs convenience functions for tracing clojure code" single])
- (tron-theme .
- [(12)
- nil "A theme loosely based on Tron: Legacy colors" single])
- (tracking .
- [(1 6)
- ((shorten
- (0 3)))
- "Buffer modification tracking" single])
- (toxi-theme .
- [(0 1 0)
- nil "REQUIRES EMACS 24" single])
- (tox .
- [(20130819 1127)
- nil "Launch current python test with tox." single])
- (tommyh-theme .
- [(1 2)
- nil "A bright, bold-colored theme for emacs." single])
- (toml-mode .
- [(0 1 3)
- nil "Mojor mode for editing TOML files" single])
- (toggle-test .
- [(1 0 2)
- nil "Toggle between source and test files in various programming languages" single])
- (todotxt .
- [(0 2 3)
- nil "A major mode for editing todo.txt files" single])
- (tintin-mode .
- [(1 0 0)
- nil "Mayor mode for editing tintin++ scripts" single])
- (timestamper .
- [(0 1 0)
- nil "A minor mode for easy timelogging" single])
- (tidy .
- [(2 12)
- nil "Interface to the HTML Tidy program" single])
- (thumb-through .
- [(0 3)
- nil "Plain text reader of HTML documents" single])
- (thread-dump .
- [(1 0)
- nil "java thread dump viewer" single])
- (thesaurus .
- [(2012 4 7)
- nil "replace a word with a synonym looked up in a web service." single])
- (theme-changer .
- [(2 1 0)
- nil "Sunrise/Sunset Theme Changer for Emacs" single])
- (textmate-to-yas .
- [(0 21)
- nil "Import Textmate macros into yasnippet syntax" single])
- (textmate .
- [(5)
- nil "TextMate minor mode for Emacs" single])
- (text-language .
- [(0 20121008)
- nil "tracking, setting, guessing language of text" single])
- (tex-smart-umlauts .
- [(1 2 0)
- nil "Smart umlaut conversion for TeX." single])
- (test-case-mode .
- [(0 1 9)
- nil "unit test front-end" single])
- (template .
- [(0 1 0)
- ((request
- (20140316 417)))
- "create project templates in Emacs easily" single])
- (telepathy .
- [(0 1)
- nil "Access Telepathy from Emacs" single])
- (tdd-status-mode-line .
- [(0 1 2)
- nil "TDD status on the mode-line" single])
- (tdd .
- [(1 0)
- nil "recompile on save and indicate success in the mode line" single])
- (tbemail .
- [(0 2)
- nil "Provide syntax highlighting for email editing via" single])
- (tango-2-theme .
- [(1 0 0)
- nil "Tango 2 color theme for GNU Emacs 24" single])
- (tango-2 .
- [(1 0 0)
- nil "Tango 2 color theme for GNU Emacs 24" single])
- (tagedit .
- [(1 4 0)
- ((s
- (1 3 1))
- (dash
- (1 0 3)))
- "Some paredit-like features for html-mode" single])
- (tabulated-list .
- [(0)
- nil "generic major mode for tabulated lists." single])
- (tabkey2 .
- [(1 40)
- nil "Use second tab key pressed for what you want" single])
- (tabbar-ruler .
- [(0 40)
- ((tabbar
- (2 0 1)))
- "Pretty tabbar, autohide, use both tabbar/ruler" single])
- (systemtap-mode .
- [(0 2)
- nil "A mode for SystemTap" single])
- (syslog-mode .
- [(2 2)
- ((hide-lines
- (20130623)))
- "Major-mode for viewing log files" single])
- (syntactic-sugar .
- [(0 9 4)
- nil "Effect-free forms such as if/then/else" single])
- (synosaurus .
- [(0 1 0)
- ((cl-lib
- (0 5)))
- "An extensible thesaurus supporting lookup and substitution." tar])
- (synonyms .
- [(1 0)
- nil "Look up synonyms for a word or phrase in a thesaurus." single])
- (symbols-mode .
- [(0 3)
- nil "List symbols of object files" single])
- (sws-mode .
- [(0 1)
- nil "SWS mode" single])
- (switch-window .
- [(0 9)
- nil "A *visual* way to choose a window to switch to" single])
- (swarmhacker .
- [(0 0 1)
- nil "simple swarm chat" single])
- (swank-cdt .
- [(1 0 1)
- nil "swank-cdt helper functions" single])
- (surround .
- [(0 1)
- nil "emulate surround.vim from Vim" single])
- (supergenpass .
- [(0 1)
- nil "SuperGenPass for Emacs" single])
- (suomalainen-kalenteri .
- [(2013 4 18)
- nil "Finnish national and Christian holidays for calendar" tar])
- (sumatra-forward .
- [(2008 10 8)
- nil "Provides Sumatra Forward search" single])
- (sudo-edit .
- [(0 0 1)
- nil "Utilities for opening files with sudo" single])
- (sudden-death .
- [(0 1)
- nil "Totsuzen-no-Shi" single])
- (subshell-proc .
- [(1 0 0)
- nil "Functions for working with comints" single])
- (sublime .
- [(0 0 7)
- ((coffee-mode
- (0 3 0))
- (find-file-in-project
- (3 0))
- (haml-mode
- (3 0 14))
- (ido-ubiquitous
- (1 0))
- (less-css-mode
- (0 6))
- (magit
- (1 1 1))
- (markdown-mode
- (1 8 1))
- (monokai-theme
- (0 0 6))
- (paredit
- (22))
- (sass-mode
- (3 0 14))
- (smex
- (1 1 2))
- (yaml-mode
- (0 0 7))
- (yasnippet
- (0 6 1)))
- "REQUIRES EMACS 24 - Sublime Text 2 Emulation for Emacs" tar])
- (subatomic-theme .
- [(1 6 0)
- nil "Low contrast bluish color theme" single])
- (stylus-mode .
- [(0 1)
- nil "Major mode for editing stylus templates." single])
- (stripe-buffer .
- [(0 2 2)
- ((cl-lib
- (1 0)))
- "Use a different background for even and odd lines" single])
- (string-utils .
- [(0 3 2)
- ((list-utils
- (0 4 2)))
- "String-manipulation utilities" single])
- (string-edit .
- [(0 1 0)
- ((dash
- (1 2 0)))
- "Avoid escape nightmares by editing string in separate buffer" single])
- (steady-theme .
- [(0 1 0)
- nil "A steady theme for Emacs" single])
- (starter-kit-ruby .
- [(2 0 3)
- ((inf-ruby
- (2 2 3))
- (starter-kit
- (2 0 1)))
- "Saner defaults and goodies for Ruby" single])
- (starter-kit-lisp .
- [(2 0 3)
- ((starter-kit
- (2 0 2))
- (elisp-slime-nav
- (0 1)))
- "Saner defaults and goodies for lisp languages" single])
- (starter-kit-js .
- [(2 0 1)
- ((starter-kit
- (2 0 1)))
- "Saner defaults and goodies for Javascript" single])
- (starter-kit-eshell .
- [(2 0 3)
- nil "Saner defaults and goodies: eshell tweaks" single])
- (starter-kit-bindings .
- [(2 0 2)
- ((starter-kit
- (2 0 2)))
- "Saner defaults and goodies: bindings" single])
- (starter-kit .
- [(2 0 3)
- ((paredit
- (22))
- (idle-highlight-mode
- (1 1 1))
- (find-file-in-project
- (3 0))
- (smex
- (1 1 1))
- (ido-ubiquitous
- (0 3))
- (magit
- (0 8 1)))
- "Saner defaults and goodies." tar])
- (ssh .
- [(1 2)
- nil "Support for remote logins using ssh." single])
- (sr-speedbar .
- [(0 1 8)
- nil "Same frame speedbar" single])
- (sql-indent .
- [(1 10)
- nil "indentation of SQL statements" single])
- (sprintly-mode .
- [(0 0 4)
- ((furl
- (0 0 2)))
- "Major mode for dealing with sprint.ly" single])
- (spotify .
- [(0 3)
- nil "Control the spotify application from emacs" single])
- (speck .
- [(2010 5 25)
- nil "minor mode for spell checking" single])
- (sparql-mode .
- [(0 8 4)
- nil "Edit and interactively evaluate SPARQL queries." tar])
- (sparkline .
- [(1 0 2)
- ((cl-lib
- (0 3)))
- "Make sparkline images from a list of numbers" single])
- (sourcetalk .
- [(1 2 0)
- ((request
- (0 2 0)))
- "SourceTalk (http://sourcetalk.net) plugin for Emacs" single])
- (soothe-theme .
- [(0 3 16)
- ((emacs
- (24 1)))
- "a dark colorful theme for Emacs24." single])
- (solarized-theme .
- [(1 0 0)
- nil "The Solarized color theme, ported to Emacs." tar])
- (sokoban .
- [(1 23)
- nil "Play the Sokoban game in emacs" single])
- (snakehump .
- [(0 1 1)
- nil "Convert between compound word conventions" tar])
- (smtpmail-multi .
- [(0 6)
- nil "Use different smtp servers for sending mail" single])
- (smooth-scrolling .
- [(1 0 1)
- nil "Make emacs scroll smoothly" single])
- (smooth-scroll .
- [(1 2)
- nil "Minor mode for smooth scrolling and in-place scrolling." single])
- (sml-modeline .
- [(0 5)
- nil "Show position in a scrollbar like way in mode-line" single])
- (smex .
- [(3 0)
- nil "M-x interface with Ido-style fuzzy matching." single])
- (smartrep .
- [(0 0 3)
- nil "Support sequential operation which omitted prefix keys." single])
- (smartparens .
- [(1 4)
- ((dash
- (1 1 0)))
- "Automatic insertion, wrapping and paredit-like navigation with user defined pairs." tar])
- (smarter-compile .
- [(2012 4 9)
- nil "a smarter wrapper for `compile'" single])
- (smart-window .
- [(0 6)
- nil "vim-like window controlling plugin" single])
- (smart-whitespace-comment-fixup .
- [(1 1)
- nil "Enables advice around yanking/killing lines that auto-indents and formats properly" single])
- (smart-tab .
- [(0 3)
- nil "Intelligent tab completion and indentation." single])
- (smart-operator .
- [(2 0 20110812)
- nil "Insert operators with surrounding spaces smartly" single])
- (smart-forward .
- [(1 0 0)
- ((expand-region
- (0 8 0)))
- "Semantic navigatioin" single])
- (slough .
- [(0 1)
- ((nrepl
- (0 1 7))
- (smartparens
- (1 4 3)))
- "package for slough - this is for a secret TW thing" single])
- (slime-scratch .
- [(1 0 0)
- ((slime
- (20100404)))
- "Imitate Emacs' *scratch* buffer" single])
- (slime-ritz .
- [(0 6 0)
- nil "slime extensions for ritz" single])
- (slime-repl .
- [(20100404)
- ((slime
- (20100404)))
- "Read-Eval-Print Loop written in Emacs Lisp" single])
- (slime-js .
- [(0 0 1)
- ((slime-repl
- (20100404))
- (slime
- (20100404)))
- "Slime extension for swank-js." single])
- (slime-fuzzy .
- [(20100404)
- ((slime
- (20100404)))
- "Fuzzy symbol completion for Slime" single])
- (slime-clj .
- [(0 1 6)
- nil "slime extensions for swank-clj" single])
- (slime .
- [(20100404 1)
- nil "Superior Lisp Interaction Mode for Emacs" single])
- (slim-mode .
- [(1 1)
- nil "Major mode for editing Slim files" single])
- (slamhound .
- [(2 0 0)
- nil "Rip Clojure namespaces apart and rebuild them." single])
- (skinny .
- [(0 0 6)
- ((elnode
- (0 9 9 6 1))
- (creole
- (0 8 17)))
- "a blog engine with elnode" single])
- (skewer-mode .
- [(1 6 2)
- ((simple-httpd
- (1 4 0))
- (js2-mode
- (20090723))
- (emacs
- (24)))
- "live browser JavaScript, CSS, and HTML interaction" tar])
- (skewer-less .
- [(0 2)
- ((skewer-mode
- (1 5 3)))
- "Skewer support for live LESS stylesheet updates" single])
- (simplezen .
- [(0 1 1)
- nil "A simple subset of zencoding-mode for Emacs." single])
- (simpleclip .
- [(1 0 0)
- nil "Simplified access to the system clipboard" single])
- (simple-mode-line .
- [(0 3)
- nil "Simplified Mode Line for Emacs 24" single])
- (simple-httpd .
- [(1 4 6)
- ((cl-lib
- (0 3)))
- "pure elisp HTTP server" single])
- (simp .
- [(0 2 0)
- nil "Simple project definition, chiefly for project file finding and grepping." tar])
- (show-marks .
- [(0 4)
- ((fm
- (1 0)))
- "Navigate and visualize the mark-ring" single])
- (show-css .
- [(1 1)
- nil "Show the css of the html attribute the cursor is on" single])
- (shorten .
- [(1 6)
- nil "component-wise string shortener" single])
- (shoes-off .
- [(0 1 8)
- ((kv
- (0 0 5))
- (anaphora
- (0 0 4)))
- "irc bouncer" single])
- (shell-switcher .
- [(0 1 5 1)
- nil "Easily switch between shell buffers, like with alt+tab." tar])
- (shell-pop .
- [(0 3)
- nil "helps you to use shell easily on Emacs. Only one key action to work." single])
- (shell-here .
- [(1 1)
- nil "Open a shell relative to the working directory" single])
- (shadchen .
- [(1 4)
- nil "pattern matching for elisp" single])
- (shackle .
- [(0 6 0)
- ((cl-lib
- (0 5)))
- "Enforce rules for popups" single])
- (setup-cygwin .
- [(21 0)
- nil "Set up Emacs for using Cygwin" single])
- (session-manager .
- [(0 5)
- nil "Support for the Gnome Session Manager" single])
- (session .
- [(2 2 1)
- nil "use variables, registers and buffer places across sessions" single])
- (sequences .
- [(0 1 0)
- ((emacs
- (24)))
- "Ports of some Clojure sequence functions." single])
- (sequence .
- [(0 0 1)
- nil "makes sequences of numbers" single])
- (sentence-highlight .
- [(0 1)
- nil "highlight the current sentence" single])
- (sensitive .
- [(1 0 1)
- ((emacs
- (24))
- (sequences
- (0 1 0)))
- "A dead simple way to load sensitive information" single])
- (seethru .
- [(0 3)
- ((shadchen
- (1 4)))
- "Easily change Emacs' transparency" single])
- (sedated .
- [(1 0)
- nil "A few extremely simple sed functions for familiar text manipulation" single])
- (seclusion-mode .
- [(1 1 1)
- nil "Edit in seclusion. A Dark Room mode." single])
- (sea-before-storm-theme .
- [(0 4 20141114)
- nil "Sea Before Storm color theme for Emacs 24" single])
- (scss-mode .
- [(0 5 0)
- nil "Major mode for editing SCSS files" single])
- (scrolloff .
- [(1 0)
- nil "This mode ofers vim-like scrolloff function" single])
- (screen-lines .
- [(0 55)
- nil "a minor mode for screen-line-based point motion" single])
- (scratch-pop .
- [(1 0 0)
- nil "popup scratch" single])
- (scratch-persist .
- [(1 1)
- nil "persist the scratch buffer across sessions" single])
- (scratch-palette .
- [(1 0 1)
- nil "add scratch notes for each file" single])
- (scratch .
- [(20110708)
- nil "Mode-specific scratch buffers" single])
- (scpaste .
- [(0 6 3)
- ((htmlize
- (1 39)))
- "Paste to the web via scp." single])
- (scheme-here .
- [(12 8 2008)
- nil "cmuscheme extension for multiple inferior processes" single])
- (scala-mode .
- [(0 0 2)
- nil "Scala major mode" tar])
- (sawfish .
- [(1 32)
- nil "Sawfish mode." single])
- (save-visited-files .
- [(1 2)
- nil "save opened files across sessions" single])
- (save-packages .
- [(0 20121012)
- nil "save and restore installed packages" single])
- (sauron .
- [(0 8)
- nil "Track (erc/org/dbus/...) events and react to them." tar])
- (sass-mode .
- [(3 0 16)
- ((haml-mode
- (3 0 15)))
- "Major mode for editing Sass files" single])
- (sackspace .
- [(0 8 2)
- nil "A better backspace" single])
- (s-buffer .
- [(0 0 4)
- ((s
- (1 6 0))
- (noflet
- (0 0 3)))
- "s operations for buffers" single])
- (s .
- [(1 9 0)
- nil "The long lost Emacs string manipulation library." single])
- (rw-language-and-country-codes .
- [(0 1)
- nil "Language & Country Codes" single])
- (rw-ispell .
- [(0 1)
- nil "additional functions for ispell.el" single])
- (rw-hunspell .
- [(0 2)
- nil "special functions for Hunspell in ispell.el" single])
- (rvm .
- [(1 4 0)
- nil "Emacs integration for rvm" single])
- (rust-mode .
- [(0 1 0)
- ((cm-mode
- (0 1 0)))
- "A major emacs mode for editing Rust source code" single])
- (rudel .
- [(0 3)
- ((eieio
- (1 4)))
- "A collaborative editing framework for Emacs" tar])
- (rubyinterpol .
- [(0 1)
- nil "Ruby-like String Interpolation for format" single])
- (ruby-tools .
- [(0 1 0)
- nil "Collection of handy functions for ruby-mode" single])
- (ruby-test-mode .
- [(1 7)
- ((ruby-mode
- (1 0)))
- "Minor mode for Behaviour and Test Driven" single])
- (ruby-mode .
- [(1 1)
- nil "ruby-mode package" tar])
- (ruby-hash-syntax .
- [(0 3)
- nil "Toggle ruby hash syntax between classic and 1.9 styles" single])
- (ruby-end .
- [(0 3 1)
- nil "Automatic insertion of end blocks for Ruby" single])
- (ruby-compilation .
- [(2 10)
- ((inf-ruby
- (2 2 1)))
- "run a ruby process in a compilation buffer" single])
- (ruby-block .
- [(0 0 11)
- nil "highlight matching block" single])
- (rubocop .
- [(0 3)
- ((dash
- (1 0 0)))
- "An Emacs interface for RuboCop" single])
- (rspec-mode .
- [(1 10)
- nil "Enhance ruby-mode for RSpec" tar])
- (roy-mode .
- [(0 1 0)
- nil "Roy major mode" single])
- (robe .
- [(0 7 7)
- ((inf-ruby
- (2 3 0)))
- "Code navigation, documentation lookup and completion for Ruby" tar])
- (rings .
- [(1 0 1)
- nil "Buffer rings. Like tabs, but better." single])
- (rinari .
- [(2 10)
- ((ruby-mode
- (1 0))
- (inf-ruby
- (2 2 1))
- (ruby-compilation
- (0 8))
- (jump
- (2 0)))
- "Rinari Is Not A Rails IDE" single])
- (revive .
- [(2 19)
- nil "Resume Emacs." single])
- (requirejs-mode .
- [(1 1)
- nil "Improved AMD module management" single])
- (request-deferred .
- [(0 2 0)
- ((deferred
- (0 3 1))
- (request
- (0 2 0)))
- "Wrap request.el by deferred" single])
- (request .
- [(0 2 0)
- nil "Compatible layer for URL request in Emacs" single])
- (repository-root .
- [(1 0 4)
- nil "deduce the repository root directory for a given file" single])
- (remember-theme .
- [(20140122 1500)
- nil "Remembers the last theme in use and re-loads for the next session." single])
- (relax .
- [(0 2)
- ((json
- (1 2)))
- "For browsing and interacting with CouchDB" single])
- (region-list-edit .
- [(20100530 808)
- nil "Add/delete a region into/from a region list, such as ((4 . 7) (11 . 15) (17 . 17) (20 . 25))." single])
- (region-bindings-mode .
- [(0 1)
- nil "Enable custom bindings when mark is active." single])
- (regex-tool .
- [(1 2)
- nil "A regular expression evaluation tool for programmers" single])
- (refheap .
- [(0 0 6)
- ((json
- (1 2)))
- "A library for pasting to https://refheap.com" single])
- (recursive-narrow .
- [(20140811 1546)
- nil "narrow-to-region that operates recursively" single])
- (rect-mark .
- [(1 4)
- nil "Mark a rectangle of text with highlighting." single])
- (real-auto-save .
- [(0 3)
- nil "enable real auto save" single])
- (rcirc-ucomplete .
- [(1 0 1)
- nil "Unambiguous non-cycling completion for rcirc" single])
- (rcirc-ssh .
- [(0 0 7)
- ((kv
- (0 0 3)))
- "do irc over ssh sessions" single])
- (rcirc-robots .
- [(0 0 7)
- ((kv
- (0 0 8))
- (anaphora
- (0 0 5)))
- "robots based on rcirc irc" single])
- (rcirc-notify .
- [(1 0 0)
- nil "libnotify popups" single])
- (rcirc-color .
- [(0 2)
- nil "color nicks" single])
- (rbenv .
- [(0 0 3)
- nil "Emacs integration for rbenv" single])
- (rainbow-delimiters .
- [(1 3 21)
- nil "Highlight nested parens, brackets, braces a different color at each depth." single])
- (r5rs .
- [(1 0)
- nil "Browse documentation from the R5RS Revised5 Report" single])
- (r-autoyas .
- [(0 28)
- nil "Provides automatically created yasnippets for R function argument lists." single])
- (quickrun .
- [(1 8 4)
- nil "Run commands quickly" single])
- (quack .
- [(0 42)
- nil "enhanced support for editing and running Scheme code" single])
- (qsimpleq-theme .
- [(0 1 3)
- nil "Based on solarized color theme for Emacs." single])
- (pyvirtualenv .
- [(1 1)
- nil "Python Pyvirtualenv support" single])
- (pyvenv .
- [(1 7)
- nil "Python virtual environment interface" single])
- (python-pylint .
- [(1 1)
- nil "minor mode for running `pylint'" single])
- (python-pep8 .
- [(1 1)
- nil "minor mode for running `pep8'" single])
- (python-mode .
- [(6 1 3)
- nil "An Emacs mode for editing Python code" tar])
- (python-django .
- [(0 1)
- nil "A Jazzy package for managing Django projects" single])
- (python .
- [(20120402)
- nil "Python's flying circus support for Emacs" single])
- (pytest .
- [(0 2 1)
- nil "Easy Python test running in Emacs" single])
- (pysmell .
- [(0 7 2)
- nil "Complete python code using heuristic static analysis" single])
- (pymacs .
- [(0 25)
- nil "Interface between Emacs Lisp and Python" single])
- (pylint .
- [(1 0)
- nil "run the python pylint checker putting hits in a grep buffer" single])
- (pyflakes .
- [(1 0)
- nil "run the python pyflakes checker putting hits in a grep buffer" single])
- (pyde .
- [(0 6)
- ((pymacs
- (0 25))
- (auto-complete
- (1 4))
- (yasnippet
- (0 8))
- (fuzzy
- (0 1))
- (pyvirtualenv
- (1 0)))
- "Python Development Environment" single])
- (pycomplete .
- [(1 0)
- nil "Complete symbols at point using Pymacs." single])
- (py-import-check .
- [(0 2)
- nil "Finds the unused python imports using importchecker" single])
- (purple-haze-theme .
- [(20130930 36)
- ((emacs
- (24 0)))
- "an overtly purple color theme for Emacs24." single])
- (puppet-mode .
- [(0 3)
- ((emacs
- (24 1))
- (cl-lib
- (0 5))
- (pkg-info
- (0 4)))
- "Major mode for Puppet manifests" single])
- (psvn .
- [(1 1 1)
- nil "Subversion interface for emacs" single])
- (psgml .
- [(1 4 1)
- nil "Lennart Staflin's Psgml package, with Elisp syntax and sgml-validate fixed for Emacsen >=24." tar])
- (psci .
- [(0 0 6)
- ((purescript-mode
- (13 10))
- (dash
- (2 9 0))
- (s
- (1 9 0))
- (f
- (0 17 1))
- (deferred
- (0 3 2)))
- "Major mode for purescript repl psci" single])
- (ps-ccrypt .
- [(1 10)
- nil "reading/writing/loading encrypted files" tar])
- (proxy-mode .
- [(0 9)
- nil "Provides proxy minor mode." single])
- (protobuf-mode .
- [(0 3)
- nil "major mode for editing protocol buffers." single])
- (prolog .
- [(1 22)
- nil "major mode for editing and running Prolog (and Mercury) code" single])
- (projectile .
- [(0 10 0)
- ((s
- (1 6 0))
- (dash
- (1 5 0))
- (pkg-info
- (0 4)))
- "Manage and navigate projects in Emacs easily" single])
- (project-explorer .
- [(0 13)
- ((cl-lib
- (0 3))
- (es-lib
- (0 3))
- (es-windows
- (0 1))
- (emacs
- (24)))
- "A project explorer sidebar" single])
- (project .
- [(1 0)
- nil "Keep track of the current project" single])
- (processing-snippets .
- [(1 0 0)
- ((yasnippet
- (0 8 0)))
- "Snippets for the Processing major mode" tar])
- (processing-mode .
- [(1 2 1)
- nil "Major mode for Processing 2.0" single])
- (proc-net .
- [(0 0 1)
- nil "network process tools" single])
- (pretty-mode-plus .
- [(1 2)
- nil "Redisplay parts of the buffer as pretty symbols." tar])
- (pretty-lambdada .
- [(22 0)
- nil "Show the word `lambda' as the Greek letter." single])
- (pp-c-l .
- [(1 0)
- nil "Display Control-l characters in a pretty way" single])
- (powershell .
- [(0 2 1)
- nil "run powershell as an inferior shell in emacs" single])
- (pov-mode .
- [(3 3)
- nil "Major mode for editing POV-Ray scene files." tar])
- (pos-tip .
- [(0 4 5)
- nil "Show tooltip at point" single])
- (popwin .
- [(0 4)
- nil "Popup Window Manager." single])
- (popup .
- [(0 5)
- nil "Visual Popup User Interface" single])
- (pony-mode .
- [(0 2)
- nil "Minor mode for working with Django Projects" tar])
- (pointback .
- [(0 2)
- nil "Restore window points when returning to buffers" single])
- (pod-mode .
- [(20121117 2120)
- nil "Major mode for editing .pod-files." tar])
- (po-elscreen .
- [(1 4 6)
- nil "Screen for Emacsen(this is not original. original is http://www.morishima.net/~naoto/elscreen-en/?lang=en)" single])
- (pkg-info-dummy-package .
- [(3 4 2 1)
- nil "pkg-info: Dummy package for unit tests" single])
- (pkg-info .
- [(0 6)
- ((epl
- (0 8)))
- "Information about packages" single])
- (pivotal-tracker .
- [(1 2 0)
- nil "Interact with Pivotal Tracker through its API" single])
- (pinboard-api .
- [(0 1)
- nil "Rudimentary http://pinboard.in integration" single])
- (pinboard .
- [(0 0 1)
- nil "get stuff from pinboard" single])
- (picpocket .
- [(14)
- nil "Image viewer" single])
- (pickup .
- [(0 0 3)
- nil "pickup file." single])
- (php-mode .
- [(1 5 0)
- nil "major mode for editing PHP code" single])
- (php-extras .
- [(2 2 0 20140405)
- ((php-mode
- (1 5 0)))
- "Extra features for `php-mode'" tar])
- (php-completion .
- [(0 3)
- nil "complete everything PHP with Anything.el" single])
- (phi-search .
- [(1 1 0)
- nil "inferior isearch compatible with \"multiple-cursors\"" single])
- (phantomjs .
- [(0 0 11)
- nil "Control phantomjs from Emacs " tar])
- (pg .
- [(0 12)
- nil "Emacs Lisp interface to the PostgreSQL RDBMS" single])
- (perspective .
- [(1 12)
- ((cl-lib
- (0 5)))
- "switch between named \"perspectives\" of the editor" single])
- (persistent-soft .
- [(0 8 8)
- ((pcache
- (0 2 3))
- (list-utils
- (0 4 2)))
- "Persistent storage, returning nil on failure" single])
- (perlcritic .
- [(1 10)
- nil "minor mode for Perl::Critic integration" single])
- (perlbrew .
- [(0 1)
- ((cl
- (0)))
- "basic support for perlbrew environments" single])
- (perl-myvar .
- [(1 23)
- nil "Declare lexicaly scoped vars as my()." single])
- (pep8 .
- [(1 2)
- nil "run the python pep8 checker putting hits in a grep buffer" single])
- (peepopen .
- [(0 1 0)
- nil "Graphical file chooser for Emacs on Mac OS X." single])
- (peep-open .
- [(0 0 2)
- nil "PeepOpen plugin for emacs." single])
- (pde .
- [(0 2 16)
- nil "Perl Development Environment" tar])
- (pcsv .
- [(1 3 3)
- nil "Parser of csv" single])
- (pcre2el .
- [(1 5)
- ((cl-lib
- (0 3)))
- "parse, convert, and font-lock PCRE, Emacs and rx regexps" single])
- (pcmpl-args .
- [(0 1 1)
- nil "Enhanced shell command completion" single])
- (pcache .
- [(0 3 1)
- ((eieio
- (1 3)))
- "persistent caching for Emacs" single])
- (pc-mode .
- [(0 1)
- nil "major mode for editing PC code," single])
- (pbcopy .
- [(0 1 0)
- nil "OS X clipboard integration for Emacs" single])
- (pastels-on-dark-theme .
- [(0 3)
- nil "Pastels on Dark theme for Emacs 24" single])
- (pastebin .
- [(0 1)
- nil "A simple interface to the www.pastebin.com webservice" single])
- (paste-kde .
- [(0 6)
- ((web
- (0 3 6)))
- "paste text to KDE's pastebin service" single])
- (parscope .
- [(0 1 0)
- nil "Minor mode for showing the current scope in Lisp-like languages." single])
- (parenface2 .
- [(1 1)
- nil "Provide a face for parens in lisp modes." single])
- (parenface-reversion .
- [(1 2)
- nil "Provide a face for parens in lisp modes." single])
- (parenface-plus .
- [(1 1)
- nil "Provide a face for parens in lispy modes." tar])
- (parenface .
- [(1 1)
- nil "Provide a face for parens in lisp modes." single])
- (paredit-menu .
- [(1 0)
- nil "Adds a menu to paredit.el as memory aid" single])
- (paredit-everywhere .
- [(0 3)
- ((paredit
- (22)))
- "Enable some paredit features in non-lisp buffers" single])
- (paredit .
- [(22)
- nil "minor mode for editing parentheses" single])
- (palimpsest-mode .
- [(0 8)
- nil "Various deletion strategies when editing" single])
- (palimpsest .
- [(0 8)
- nil "Various deletion strategies when editing" single])
- (pager-default-keybindings .
- [(1 1)
- nil "Add the default keybindings suggested for pager.el" single])
- (pager .
- [(2 0)
- nil "windows-scroll commands" single])
- (page-break-lines .
- [(0 9)
- nil "Display ugly ^L page breaks as tidy horizontal lines" single])
- (package-store .
- [(0 3)
- nil "a package cache" single])
- (package .
- [(1 0 1)
- ((tabulated-list
- (1 0)))
- "Simple package system for Emacs" single])
- (pabbrev .
- [(4 2)
- nil "Predictive abbreviation expansion" single])
- (p4 .
- [(11 0)
- nil "Perforce-Emacs Integration Library" single])
- (oz .
- [(16513)
- nil "Major mode for editing Oz programs" tar])
- (overseer .
- [(0 1 0)
- ((emacs
- (24))
- (dash
- (2 10 0))
- (pkg-info
- (0 4)))
- "Ert-runner Integration Into Emacs." single])
- (outlined-elisp-mode .
- [(1 0 5)
- nil "outline-minor-mode settings for emacs lisp" single])
- (otter-mode .
- [(1 2)
- nil "Major mode for source files of the Otter automated theorem prover" single])
- (otp .
- [(1 0)
- nil "a one-time password creator" single])
- (osx-trash .
- [(0 1 1)
- ((emacs
- (24 1)))
- "System trash for OS X" tar])
- (osx-pseudo-daemon .
- [(1 0)
- nil "Daemon mode that plays nice with OSX." single])
- (osx-location .
- [(0 2)
- nil "Watch and respond to changes in geographical location on OS X" tar])
- (osx-browse .
- [(0 8 8)
- ((string-utils
- (0 3 2))
- (browse-url-dwim
- (0 6 6)))
- "Web browsing helpers for OS X" single])
- (org2nikola .
- [(0 0 8)
- nil "export html and meta data used by static blog like nikola from org file" tar])
- (org2jekyll .
- [(0 1 5)
- ((dash
- (2 10 0))
- (dash-functional
- (1 2 0))
- (s
- (1 9 0))
- (deferred
- (0 3 1)))
- "Minor mode to publish org-mode post to jekyll without specific yaml" single])
- (org2blog .
- [(0 5)
- ((org
- (7 7))
- (xml-rpc
- (1 6 8)))
- "Blog from Org mode to wordpress" tar])
- (org-trello .
- [(0 6 9 6)
- ((request-deferred
- (0 2 0))
- (deferred
- (0 3 2))
- (s
- (1 9 0))
- (dash
- (2 8 0))
- (emacs
- (24)))
- "Minor mode to synchronize org-mode buffer and trello board" tar])
- (org-table-comment .
- [(0 2)
- nil "Org table comment modes." single])
- (org-readme .
- [(20130322 926)
- ((http-post-simple
- (1 0))
- (yaoddmuse
- (0 1 1))
- (header2
- (21 0))
- (lib-requires
- (21 0)))
- "Integrates Readme.org and Commentary/Change-logs." single])
- (org-publish-agenda .
- [(1 7)
- nil "Publish org agenda with links to other files" single])
- (org-protocol-jekyll .
- [(0 1)
- nil "Jekyll's handler for org-protocol" single])
- (org-presie .
- [(0 0 5)
- ((framesize
- (0 0 1))
- (eimp
- (1 4 0))
- (org
- (7 8 9)))
- "simple presentation with an org file" single])
- (org-outlook .
- [(0 3)
- nil "Outlook org" single])
- (org-mime .
- [(20120112)
- nil "org html export for text/html MIME emails" single])
- (org-magit .
- [(0 2 2)
- ((magit
- (1 2 0))
- (org
- (6 1)))
- "basic support for magit links" single])
- (org-journal .
- [(1 8 1)
- nil "a simple org-mode based journaling mode" single])
- (org-gnome .
- [(0 1)
- ((notify
- (2010 8 20))
- (telepathy
- (0 1)))
- "Orgmode integration with the GNOME desktop" single])
- (org-email .
- [(3 0 1)
- ((shadchen
- (1 2))
- (dash
- (2 9 0))
- (noflet
- (0 0 12)))
- "use org for an email database" single])
- (org-ehtml .
- [(0 20131014)
- ((elnode
- (20130416 1626))
- (org-plus-contrib
- (20131007)))
- "Export Org-mode files as editable web pages" tar])
- (org-dotemacs .
- [(0 3)
- ((org
- (7 9 3))
- (cl-lib
- (1 0)))
- "Store your emacs config as an org file, and choose which bits to load." single])
- (org-cua-dwim .
- [(0 5)
- nil "Org-mode and Cua mode compatibility layer" single])
- (org-cliplink .
- [(0 2)
- nil "insert org-mode links by URL from the clipboard" single])
- (org-blog .
- [(1 18 1 1)
- nil "create and publish a blog with org-mode" single])
- (operate-on-number .
- [(1 1 0)
- nil "Operate on number at point with arithmetic functions" single])
- (openwith .
- [(20120531)
- nil "Open files with external programs" single])
- (openstack-cgit-browse-file .
- [(0 2)
- nil "Browse the current file in OpenStack cgit" single])
- (om-mode .
- [(0 5 20140916)
- nil "Insert Om component template with life cycle." single])
- (offlineimap .
- [(0 1)
- nil "Run OfflineIMAP from Emacs" single])
- (oddmuse .
- [(20090222)
- nil "edit pages on an Oddmuse wiki" single])
- (octomacs .
- [(0 0 1)
- nil "Octopress interface for Emacs" single])
- (occur-x .
- [(0 1 1)
- nil "Extra functionality for occur" single])
- (occur-default-current-word .
- [(1 0)
- nil "Have M-x occur default to the word at point" single])
- (ob-sml .
- [(0 2)
- ((sml-mode
- (6 4)))
- "org-babel functions for template evaluation" single])
- (oauth .
- [(1 0 3)
- nil "An Emacs oauth client. See https://github.com/psanford/emacs-oauth/" tar])
- (nzenburn-theme .
- [(20130513)
- nil "A low contrast color theme for Emacs." single])
- (nurumacs .
- [(3 5 4)
- nil "smooth-scrolling and minimap, like sublime editor" single])
- (ntcmd .
- [(1 0)
- nil "major mode for editing cmd scripts" single])
- (nssh-n .
- [(0 9 8)
- nil "SSH mode for Emacs" single])
- (nsis-mode .
- [(0 44)
- nil "NSIS-mode" single])
- (nrepl-ritz .
- [(0 6 0)
- ((nrepl
- (0 1 5)))
- "nrepl extensions for ritz" single])
- (nrepl-discover .
- [(0 0 1)
- nil "Client to load commands from nrepl server" single])
- (nrepl-decompile .
- [(0 0 1)
- ((nrepl
- (0 1 7))
- (javap-mode
- (9)))
- "decompilation extension for nrepl.el" single])
- (notmuch-labeler .
- [(0 1)
- nil "Improves notmuch way of displaying labels through fonts, pictures, and hyperlinks." tar])
- (notify .
- [(2010 8 20)
- nil "notification front-end" single])
- (nose-mode .
- [(0 1)
- ((nose
- (0 1 1)))
- "Minor mode for running nose tests." tar])
- (nose .
- [(0 1 1)
- nil "Easy Python test running in Emacs" single])
- (noflet .
- [(0 0 15)
- nil "locally override functions" single])
- (nodejs-repl .
- [(0 0 2 1)
- nil "Run Node.js REPL" single])
- (no-easy-keys .
- [(1 0 2)
- nil "Learn the proper Emacs movement keys" single])
- (nimrod-mode .
- [(0 1 5)
- ((auto-complete
- (1 4)))
- "A major mode for the Nimrod programming language" single])
- (niclein .
- [(0 0 5)
- ((shadchen
- (1 4))
- (smartparens
- (1 5)))
- "Nic's lein and clojure integration" single])
- (nginx-mode .
- [(1 1)
- nil "major mode for editing nginx config files" single])
- (navigate .
- [(0 1 5)
- nil "Seamlessly navigate between Emacs and tmux" single])
- (nav-flash .
- [(1 1 0)
- nil "Briefly highlight the current line" single])
- (namakemono .
- [(0 0 1)
- nil "utility function set for namakemono" single])
- (n3-mode .
- [(20071215)
- nil "mode for Notation 3" single])
- (my-packages .
- [(0 1 0)
- nil "Package Initialization." single])
- (mwe-log-commands .
- [(20041106)
- nil "log keyboard commands to buffer" single])
- (mvn-help .
- [(0 0 1)
- nil "maven help tools" single])
- (mv-shell .
- [(1 2)
- nil "keep buffers in sync with filename throughout 'mv'commands in shell-mode." single])
- (mustache-mode .
- [(1 2)
- nil "A major mode for editing Mustache files." single])
- (mustache .
- [(0 20)
- ((ht
- (0 9))
- (s
- (1 3 0))
- (dash
- (1 2 0)))
- "a mustache templating library in emacs lisp" tar])
- (multiple-cursors .
- [(1 3 0)
- nil "Multiple cursors for Emacs." tar])
- (multi-web-mode .
- [(0 1)
- nil "multiple major mode support for web editing" single])
- (multi-term .
- [(0 8 8)
- nil "Managing multiple terminal buffers in Emacs." single])
- (multi-project .
- [(0 0 17)
- nil "Easily work with multiple projects." single])
- (multi-eshell .
- [(0 0 1)
- nil "makes it easier to use multiple shells within emacs" single])
- (multi .
- [(2 0 1)
- ((emacs
- (24)))
- "Clojure-style multi-methods for emacs lisp" single])
- (move-text .
- [(1 0)
- nil "Move current line or region with M-up or M-down." single])
- (move-line .
- [(0 0 1)
- nil "utilities for moving lines in file" single])
- (mote-mode .
- [(1 0 0)
- ((ruby-mode
- (1 1)))
- "Mote minor mode" single])
- (monroe .
- [(0 2 0)
- nil "Yet another client for nREPL" single])
- (monokai-theme .
- [(0 0 12)
- nil "DEPRECATED: Monokai Color Theme for Emacs." single])
- (monky .
- [(0 1)
- nil "control Hg from Emacs." single])
- (mongo-elnode .
- [(0 5 0)
- ((mongo
- (0 5))
- (elnode
- (0 9 9)))
- "elnode adapter for mongo-el" single])
- (mongo .
- [(0 5)
- nil "A MongoDB client." tar])
- (moinmoin-mode .
- [(1 0)
- ((screen-lines
- (0 55)))
- "a major mode to edit MoinMoin wiki pages" single])
- (modtime-skip-mode .
- [(0 9)
- nil "Minor mode for disabling modtime and supersession checks on files." single])
- (modeline-posn .
- [(22 0)
- nil "Set up `mode-line-position'." single])
- (mode-icons .
- [(0 1 0)
- nil "Show icons for modes" tar])
- (mode-compile .
- [(2 29)
- nil "Smart command for compiling files" single])
- (mocker .
- [(0 3 0)
- ((eieio
- (1 3))
- (el-x
- (0 2 4)))
- "mocking framework for emacs" single])
- (mo-git-blame .
- [(0 1 0)
- nil "An interactive, iterative 'git blame' mode for Emacs" single])
- (mldonkey .
- [(0 0 4)
- nil "Multi-networks peer-to-peer client." tar])
- (minitest .
- [(0 5)
- ((dash
- (1 0 0)))
- "An Emacs mode for ruby minitest files" single])
- (minimap .
- [(1 0)
- nil "Sidebar showing a \"mini-map\" of a buffer" single])
- (minimal-session-saver .
- [(0 6 2)
- nil "Very lean session saver" single])
- (midje-mode .
- [(0 1 2)
- ((slime
- (1 0))
- (clojure-mode
- (1 0)))
- "Minor mode for running Midje tests in emacs, see: https://github.com/dnaumov/midje-mode" tar])
- (mic-paren .
- [(3 8)
- nil "advanced highlighting of matching parentheses" single])
- (message-templ .
- [(0 1 20141026)
- nil "Templates for message-mode." single])
- (memoize .
- [(1 0 1)
- nil "Memoization functions" single])
- (mediawiki .
- [(2 2 3)
- nil "mediawiki frontend" single])
- (mc-jump .
- [(1 0 0)
- nil "like \"jump-char\", but \"multiple-cursors\" friendly" single])
- (mbe .
- [(0 1)
- ((emacs
- (24))
- (cl-lib
- (0 5)))
- "Macros by Example" single])
- (maxframe .
- [(0 5 1)
- nil "maximize the emacs frame based on display size" single])
- (math-at-point .
- [(0 0 1)
- nil "Utilities for modifying numbers at point" single])
- (master-mode .
- [(0 1)
- nil "Become an Emacs master" single])
- (marshal .
- [(0 4 0)
- ((eieio
- (1 4))
- (json
- (1 4)))
- "eieio extension for automatic (un)marshalling" single])
- (marmalade-upload .
- [(0 0 5)
- ((web
- (0 4 2))
- (kv
- (0 0 19)))
- "upload client for marmalade from emacs" single])
- (marmalade-test .
- [(0 0 1)
- nil "A test tarball package." tar])
- (marmalade-service .
- [(2 0 16)
- ((dash
- (1 1 0))
- (s
- (1 6 0))
- (kv
- (0 0 16))
- (noflet
- (0 0 7))
- (elnode
- (0 9 9 8 6))
- (file-format
- (0 0 1))
- (htmlize
- (1 3 9)))
- "The Marmalade package store service." tar])
- (marmalade-demo .
- [(0 0 5)
- nil "a demonstration elpa package" single])
- (marmalade-client .
- [(0 0 12)
- ((web
- (0 5 2))
- (kv
- (0 0 19))
- (gh
- (0 8 0)))
- "client for marmalade API from emacs" single])
- (marmalade .
- [(0 0 4)
- ((furl
- (0 0 2)))
- "Elisp interface for the Emacs Lisp package server." single])
- (markup-faces .
- [(1 0 0)
- nil "collection of faces for markup language modes" single])
- (markdown-toc .
- [(0 0 7)
- ((markdown-mode
- (2 0))
- (dash
- (2 5 0))
- (s
- (1 7 0)))
- "A simple TOC generator for markdown file" single])
- (markdown-mode .
- [(2 0)
- nil "Emacs Major mode for Markdown-formatted text files" single])
- (mark-tools .
- [(0 3)
- nil "Some simple tools to access the mark-ring in Emacs" single])
- (mark-multiple .
- [(1 0)
- nil "A library that sorta lets you mark several regions at once" single])
- (mark-more-like-this .
- [(1 0)
- nil "Mark additional regions in buffer matching current region." single])
- (mark .
- [(0 3)
- ((fm
- (1 0)))
- "Navigate and visualize the mark-ring" single])
- (margo .
- [(2012 9 18)
- ((web
- (0 1 8))
- (json
- (1 2)))
- "Client for MarGo, providing Go utilities" single])
- (man-commands .
- [(1 1)
- nil "Add interactive commands for every manpages installed in your computer." single])
- (makefile-runner .
- [(1 1 2)
- nil "Searches for Makefile and fetches targets" single])
- (mainline .
- [(1 1 0)
- nil "modeline replacement forked from an early version of powerline.el" single])
- (main-line .
- [(1 2 8)
- nil "modeline replacement forked from an early version of powerline.el" single])
- (maildir .
- [(0 0 28)
- ((kv
- (0 0 17))
- (dash
- (2 3 0))
- (s
- (1 9 0))
- (noflet
- (0 0 8)))
- "Simple maildir based MUA." tar])
- (magit-tramp .
- [(0 1 0)
- ((magit
- (1 2 0)))
- "git method for TRAMP" single])
- (magit-simple-keys .
- [(1 0 0)
- ((magit
- (1 0 0)))
- "simple keybindings for Magit" single])
- (magit-gh-pulls .
- [(0 3)
- ((gh
- (0 4 3))
- (magit
- (1 1 0)))
- "GitHub pull requests extension for Magit" single])
- (magit-find-file .
- [(1 0 4)
- ((magit
- (1 2 0)))
- "completing-read over all files in Git" single])
- (magit .
- [(1 4 2)
- ((cl-lib
- (0 5))
- (git-commit-mode
- (1 0 0))
- (git-rebase-mode
- (1 0 0)))
- "Control Git from Emacs." tar])
- (mactag .
- [(0 0 1)
- nil "Mode for automatically handle multiple tags files with Mactag rubygem" single])
- (macrostep .
- [(0 8)
- nil "interactive macro stepper for Emacs Lisp" single])
- (macro-utils .
- [(1 0)
- nil "Utilities for writing macros." single])
- (mac-key-mode .
- [(2010 1 3)
- nil "provide mac-style key bindings on Carbon Emacs" single])
- (m-buffer .
- [(0 8)
- ((emacs
- (24 3))
- (dash
- (2 5 0)))
- "Buffer Manipulation Functions" tar])
- (lyskom .
- [(20131008)
- nil "LysKOM elisp client." single])
- (lxc .
- [(0 0 2)
- nil "lxc integration with Emacs" single])
- (lui .
- [(1 6)
- ((tracking
- (1 6)))
- "Linewise User Interface" tar])
- (lua-mode .
- [(20110428)
- nil "a major-mode for editing Lua scripts" single])
- (lorem-ipsum .
- [(0 1)
- nil "Insert dummy pseudo Latin text." single])
- (loop .
- [(1 1)
- nil "friendly imperative loop structures" single])
- (look-mode .
- [(1 0)
- nil "quick file viewer for image and text file browsing" single])
- (look-dired .
- [(0 1)
- ((look-mode
- (1 0)))
- "Extensions to look-mode for dired buffers" single])
- (lolcode-mode .
- [(0 2)
- nil "Major mode for editing LOLCODE" single])
- (logito .
- [(0 1)
- ((eieio
- (1 3)))
- "logging library for Emacs" single])
- (load-theme-buffer-local .
- [(0 0 2)
- nil "Install emacs24 color themes by buffer." single])
- (livid-mode .
- [(0 1 0)
- ((skewer-mode
- (1 5 3))
- (s
- (1 8 0)))
- "Live browser eval of JavaScript every time a buffer changes" single])
- (livescript-mode .
- [(0 0 1)
- nil "Major mode for LiveScript files in Emacs" single])
- (livecoder .
- [(0 0 2)
- nil "tools for live coders" single])
- (list-utils .
- [(0 4 2)
- nil "List-manipulation utility functions" single])
- (list-register .
- [(2 2)
- nil "List register" single])
- (lispyscript-mode .
- [(0 3 1)
- nil "Major mode for LispyScript code." single])
- (lisp-infection .
- [(0 0 10)
- nil "Commands to *enhance* S-exp editing" single])
- (lisp-editing .
- [(0 0 5)
- nil "lisp editing tools" single])
- (linum-off .
- [(0 1)
- nil "Provides an interface for turning line-numbering off" single])
- (linky-client .
- [(0 0 2)
- nil "a client for linky.elnode.org" single])
- (lineno .
- [(0 1)
- nil "Alternate mode to display line numbers." single])
- (linear-undo .
- [(5 2)
- nil "Intuitive undo/redo." single])
- (lib-requires .
- [(21 0)
- nil "Commands to list Emacs Lisp library dependencies." single])
- (lexbind-mode .
- [(0 9)
- nil "Puts the value of lexical-binding in the mode line" single])
- (levenshtein .
- [(1 0)
- nil "Edit distance between two strings." single])
- (let-recur .
- [(0 0 5)
- nil "Simplified implementation of recur" single])
- (less-css-mode .
- [(0 18)
- nil "Major mode for editing LESS CSS files (lesscss.org)" single])
- (lentic .
- [(0 7)
- ((emacs
- (24 4))
- (m-buffer
- (0 8))
- (dash
- (2 5 0))
- (f
- (0 17 2)))
- "One buffer as a view of another" tar])
- (legalese .
- [(20120706)
- nil "Add legalese to your program files" single])
- (lcs .
- [(1 6)
- nil "find out the longest common sequence" single])
- (layout-restore .
- [(0 4)
- nil "keep window configuration as layout and restore it simply." single])
- (latex-preview-pane .
- [(20140205)
- nil "Makes LaTeX editing less painful by providing a updatable preview pane" tar])
- (latex-pretty-symbols .
- [(1 0)
- nil "Display many latex symbols as their unicode counterparts" single])
- (latest-clojure-libraries .
- [(0 5)
- nil "Clojure dependency resolver" single])
- (latest-clojars .
- [(0 3)
- nil "Clojure dependency resolver" single])
- (late-night-theme .
- [(0 0)
- nil "Late Night theme for Emacs 24" single])
- (langtool .
- [(1 2 1)
- nil "Grammar check utility using LanguageTool" single])
- (lang-refactor .
- [(0 1 1)
- nil "Simple refactorings, primarily for Perl" single])
- (lacarte .
- [(22 0)
- nil "Execute menu items as commands, with completion." single])
- (kwin .
- [(0 1)
- nil "communcate with the KWin window manager" single])
- (kv .
- [(0 0 19)
- nil "key/value data structure functions" single])
- (kpm-list .
- [(1 0)
- nil "An emacs buffer list that tries to intelligently group together buffers." single])
- (kmacro-decision .
- [(1 5)
- ((el-x
- (1 0))
- (jb-misc-macros
- (0 2)))
- "Add conditional branching to keyboard macros" single])
- (keywiz .
- [(1 4)
- nil "Emacs key sequence quiz" single])
- (keyfreq .
- [(0 0 3)
- ((json
- (1 2)))
- "track command frequencies" single])
- (key-combo .
- [(1 5 1)
- nil "map key sequence to commands" single])
- (key-chord .
- [(0 5 20080915)
- nil "map pairs of simultaneously pressed keys to commands" single])
- (key-choices .
- [(0 201)
- ((color-theme-vim-insert-mode
- (0 1))
- (color-theme-emacs-revert-theme
- (0 1)))
- "Key Choices -- Also Viper has different colors in different modes" single])
- (karma .
- [(0 1 0)
- nil "Karma Test Runner Emacs Integration" single])
- (kanban .
- [(0 1 4)
- nil "Parse org-todo headlines to use org-tables as Kanban tables" single])
- (jump-dls .
- [(0 6)
- nil "Jump to definition of symbol using various methods." single])
- (jump-char .
- [(0 1)
- nil "navigation by char" single])
- (jump .
- [(2 3)
- ((findr
- (0 7))
- (inflections
- (1 1)))
- "build functions which contextually jump between files" single])
- (jujube-theme .
- [(0 1)
- nil "Pastel theme loosely based on jellybeans" single])
- (json-snatcher .
- [(1 0)
- nil "Grabs the path to JSON values in a JSON file." single])
- (json-mode .
- [(1 2 0)
- nil "Major mode for editing JSON files" single])
- (json .
- [(1 2)
- nil "JavaScript Object Notation parser / generator" single])
- (js-comint .
- [(0 0 1)
- nil "Run javascript in an inferior process window." single])
- (journal .
- [(1 2 1)
- nil "a simple org-mode based journaling mode" single])
- (jira .
- [(0 3 3)
- nil "Connect to JIRA issue tracking software" single])
- (jinja2-mode .
- [(0 1)
- nil "A major mode for jinja2" single])
- (jenkins-watch .
- [(1 2)
- nil "Watch continuous integration build status" single])
- (jedi .
- [(0 1 2)
- ((epc
- (0 1 0))
- (auto-complete
- (1 4)))
- "Python auto-completion for Emacs" tar])
- (jcuken-fix .
- [(1 0)
- nil "Map Modifier-CyrillicLetter to the underlying Modifier-LatinLetter." single])
- (jb-misc-macros .
- [(0 4)
- ((macro-utils
- (1 0)))
- "Miscellaneous macros" single])
- (javarun .
- [(0 1 1)
- nil "Minor mode for quick development of Java programs" single])
- (javap-mode .
- [(9)
- nil "Javap major mode" single])
- (javap .
- [(8)
- nil "Javap major mode" single])
- (java-file-create .
- [(1 0)
- nil "automatically insert contents of empty java files" single])
- (jaunte .
- [(0 0 0)
- nil "Emacs Hit a Hint" single])
- (jasmin .
- [(1 2)
- nil "major editing mode for Jasmin Java bytecode assembler files" single])
- (jammer .
- [(0 0 2)
- nil "Punish yourself for using Emacs inefficiently" single])
- (jam-mode .
- [(0 3)
- nil "Font-lock support for Jam files" single])
- (jade-mode .
- [(0 1)
- nil "Major mode for editing jade templates." single])
- (jabber .
- [(0 8 90)
- nil "A Jabber client for Emacs." tar])
- (j-mode .
- [(0 3)
- nil "Major mode for editing J programs" single])
- (iy-go-to-char .
- [(1 0)
- nil "Go to next CHAR which is similar to \"f\" in vim" single])
- (ix .
- [(0 7)
- ((grapnel
- (0 5 3)))
- "Emacs client for http://ix.io pastebin" single])
- (issue-tracker .
- [(0 0 1)
- nil "Poor man's issue tracker" tar])
- (isgd .
- [(20130927)
- nil "Shorten URLs using the isgd.com shortener service" single])
- (isearch-switch .
- [(1 0)
- nil "switch the manner you are isearching in." single])
- (isea .
- [(0 0 2)
- ((elpakit
- (0 0 18)))
- "interactive server eval at mode, a comint for a daemonized emacs" single])
- (irfc .
- [(0 5 6)
- nil "Interface for IETF RFC document." single])
- (iregister .
- [(0 5 0)
- nil "Interactive register commands for Emacs." tar])
- (ir-black-theme .
- [(1 0)
- nil "Port of ir-black theme" single])
- (ipython .
- [(2927)
- nil "Adds support for IPython to python-mode.el" single])
- (insert-shebang .
- [(0 9 3)
- nil "Insert shebang line automatically." single])
- (inline-crypt .
- [(0 1 4)
- nil "Simple inline encryption via openssl" tar])
- (initchart .
- [(0 1 1)
- ((cl-lib
- (0 3)))
- "Emacs' init process performance visualization" single])
- (inform-mode .
- [(1 6 2)
- nil "Major mode for Inform 6 interactive fiction code" single])
- (inf-ruby .
- [(2 3 2)
- nil "Run a Ruby process in a buffer" single])
- (inf-groovy .
- [(2 0)
- nil "minor-mode that adds some Grails project management to a grails project" single])
- (inf-clojure .
- [(1 0 0)
- ((emacs
- (24 1))
- (clojure-mode
- (4 0)))
- "an inferior-clojure mode" single])
- (immutant-server .
- [(1 0 1)
- nil "Run your Immutant server in Emacs" single])
- (imgur .
- [(0 1)
- ((anything
- (1 287)))
- "imgur client for Emacs" single])
- (igrep .
- [(2 113)
- nil "An improved interface to `grep` and `find`" single])
- (ignoramus .
- [(0 7 2)
- nil "Ignore backups, build files, et al." single])
- (iedit .
- [(0 97)
- nil "Edit multiple regions in the same way simultaneously." tar])
- (idomenu .
- [(0 1)
- nil "imenu tag selection with ido" single])
- (ido-yes-or-no .
- [(1 1)
- ((ido
- (0)))
- "Use Ido to answer yes-or-no questions" single])
- (ido-vertical-mode .
- [(0 1 1)
- nil "Makes ido-mode display vertically." single])
- (ido-ubiquitous .
- [(2 10)
- ((emacs
- (24 1)))
- "Use ido (nearly) everywhere." single])
- (ido-select-window .
- [(0 1 0)
- nil "Select a window using ido and buffer names." tar])
- (ido-load-library .
- [(0 2 0)
- ((persistent-soft
- (0 8 8))
- (pcache
- (0 2 3)))
- "Load-library alternative using ido-completing-read" single])
- (ido-gnus .
- [(0 4)
- ((gnus
- (5 13)))
- "Access gnus groups or servers using ido" single])
- (ido-better-flex .
- [(0 2)
- nil "A better flex (fuzzy) algorithm for Ido." single])
- (idle-require .
- [(1 0)
- nil "load elisp libraries while Emacs is idle" single])
- (idle-highlight-mode .
- [(1 1 2)
- nil "highlight the word the point is on" single])
- (idle-highlight .
- [(1 0)
- nil "highlight the word the point is on" single])
- (ical-pull .
- [(0 0 3)
- ((shadchen
- (1 2))
- (dash
- (2 9 0))
- (s
- (1 9 0))
- (noflet
- (0 0 14))
- (web
- (0 5 1)))
- "pull ical feeds into org-agenda" single])
- (ibuffer-vc .
- [(0 7)
- ((cl-lib
- (0 2)))
- "Group ibuffer's list by VC project, or show VC status" single])
- (iasm-mode .
- [(0 1)
- nil "interactive assembly major mode." single])
- (huskie .
- [(0 0 2)
- ((anaphora
- (0 0 6)))
- "chainsaw powered logging" single])
- (hungry-delete .
- [(1 1 2)
- nil "hungry delete minor mode" single])
- (httpd .
- [(1 0 1)
- nil "HTTP/1.0 web server for emacs" single])
- (httpcode .
- [(0 1)
- nil "explains the meaning of an HTTP status code" single])
- (http-twiddle .
- [(1 0)
- nil "send & twiddle & resend HTTP requests" single])
- (htmlize .
- [(1 39)
- nil "Convert buffer text and decorations to HTML." single])
- (htmlfontify .
- [(0 21)
- nil "htmlise a buffer/source tree with optional hyperlinks" single])
- (html-script-src .
- [(0 0 2)
- nil "Insert