mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Add icicles
This commit is contained in:
parent
badee655ee
commit
1b78dea4b6
1 changed files with 16 additions and 0 deletions
16
pkglist
16
pkglist
|
@ -101,6 +101,22 @@
|
|||
:url "git://github.com/milkypostman/hl-sentence.git"
|
||||
:fetcher git
|
||||
:files ("hl-sentence.el"))
|
||||
(icicles
|
||||
:fetcher wiki
|
||||
:files ("icicles.el" ;; main library
|
||||
"icicles-chg.el" ;; change logs (no code)
|
||||
"icicles-cmd1.el" ;; top-level commands, part 1
|
||||
"icicles-cmd2.el" ;; top-level commands, part 2
|
||||
"icicles-doc1.el" ;; first part of the doc (Commentary, no code)
|
||||
"icicles-doc2.el" ;; second part of the doc (Commentary, no code)
|
||||
"icicles-face.el" ;; faces (customizable)
|
||||
"icicles-fn.el" ;; non-interactive functions
|
||||
"icicles-mac.el" ;; macros
|
||||
"icicles-mcmd.el" ;; minibuffer commands
|
||||
"icicles-mode.el" ;; Icicle mode definition
|
||||
"icicles-opt.el" ;; user options (customizable variables)
|
||||
"icicles-var.el" ;; internal variables
|
||||
))
|
||||
(idle-highlight-mode
|
||||
:url "git://github.com/nonsequitur/idle-highlight-mode.git"
|
||||
:fetcher git
|
||||
|
|
Loading…
Reference in a new issue