-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
52 lines (37 loc) · 1.65 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Emacs Tiny Tools - Collection of plug-in Emacs Lisp modules
-----------------------------------------------------------
Emacs Tiny Tools is a collection of packages (extensions)
and libraries designed to be OS and X/Emacs platform
independent. They include tools to configure load-path
automatically, jump to URLs, easy text delete, mail
completion, and many more utilities (50+).
bin/ Project administration utilities and helper scripts
doc/ Documentation
lisp/ Emacs add-on modules i.e. extensions ("The Code")
Important files
doc/html/install/ Install and general project information
doc/license/LICENSE.txt Licensing information
lisp/ChangeLog Project change records
Project contacts
Homepage
https://github.com/jaalto/project--emacs-tiny-tools
Note:: Freecode site is no longer active or available
http://freecode.com/projects/emacs-tiny-tools
Reporting bugs
See Github
Source code repository
See Github
NEWS
The project is planned to be split into individual files that will
be distributed as Epackages (single Git repositories).
You can clone repositories with Git or use Epackage manager to
download utilities. See
- Overview: http://www.emacswiki.org/emacs/DELPS
- epackage.el: https://github.com/jaalto/project--emacs-epackage
Transition completed for:
https://github.com/jaalto/project-emacs--tinydesk
https://github.com/jaalto/project-emacs--tinymacro
https://github.com/jaalto/emacs-epackage--lib-date-parse
https://github.com/jaalto/emacs-epackage--c-comment-edit-mode
https://github.com/jaalto/project-emacs--folding-mode
End of file