Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wenbinye/emacs-pde
- Owner: wenbinye
- Created: 2011-11-27T01:58:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T02:49:47.000Z (over 5 years ago)
- Last Synced: 2024-11-07T20:52:46.030Z (2 months ago)
- Language: Emacs Lisp
- Homepage: www.emacswiki.org/emacs/PerlDevelopEnvironment
- Size: 623 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
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.