Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wenbinye/emacs-pde

A collection of Emacs Lisp extensions to facilitate Perl programming
https://github.com/wenbinye/emacs-pde

Last synced: 20 days ago
JSON representation

A collection of Emacs Lisp extensions to facilitate Perl programming

Awesome Lists containing this project

README

        

Emacs::PDE version 0.01
================

PDE is a collection of extension and configuration for perl
programming using Emacs.

INSTALLATION

To install PDE, add the following to your ~/.emacs:

(add-to-list 'load-path "/path/to/pde/")
(load "pde-load")

DEPENDENCIES

None.

COPYRIGHT AND LICENCE

Copyright (C) 2007, Ye Wenbin

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.