mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Merge pull request #350 from aculich/master
Added a few new elisp recipes
This commit is contained in:
commit
8b52854484
12 changed files with 26 additions and 0 deletions
3
recipes/annoying-arrows-mode
Normal file
3
recipes/annoying-arrows-mode
Normal file
|
@ -0,0 +1,3 @@
|
|||
(annoying-arrows-mode
|
||||
:repo "magnars/annoying-arrows-mode.el"
|
||||
:fetcher github)
|
3
recipes/bash-completion
Normal file
3
recipes/bash-completion
Normal file
|
@ -0,0 +1,3 @@
|
|||
(bash-completion
|
||||
:repo "szermatt/emacs-bash-completion"
|
||||
:fetcher github)
|
3
recipes/buster-mode
Normal file
3
recipes/buster-mode
Normal file
|
@ -0,0 +1,3 @@
|
|||
(buster-mode
|
||||
:repo "magnars/buster-mode"
|
||||
:fetcher github)
|
3
recipes/buster-snippets
Normal file
3
recipes/buster-snippets
Normal file
|
@ -0,0 +1,3 @@
|
|||
(buster-snippets
|
||||
:repo "magnars/buster-snippets.el"
|
||||
:fetcher github)
|
3
recipes/crappy-jsp-mode
Normal file
3
recipes/crappy-jsp-mode
Normal file
|
@ -0,0 +1,3 @@
|
|||
(crappy-jsp-mode
|
||||
:repo "magnars/crappy-jsp-mode"
|
||||
:fetcher github)
|
3
recipes/eproject
Normal file
3
recipes/eproject
Normal file
|
@ -0,0 +1,3 @@
|
|||
(eproject
|
||||
:repo "jrockway/eproject"
|
||||
:fetcher github)
|
1
recipes/frame-cmds
Normal file
1
recipes/frame-cmds
Normal file
|
@ -0,0 +1 @@
|
|||
(frame-cmds :fetcher wiki)
|
1
recipes/frame-fns
Normal file
1
recipes/frame-fns
Normal file
|
@ -0,0 +1 @@
|
|||
(frame-fns :fetcher wiki)
|
3
recipes/multifiles
Normal file
3
recipes/multifiles
Normal file
|
@ -0,0 +1,3 @@
|
|||
(multifiles
|
||||
:repo "magnars/multifiles.el"
|
||||
:fetcher github)
|
1
recipes/shell-command
Normal file
1
recipes/shell-command
Normal file
|
@ -0,0 +1 @@
|
|||
(shell-command :fetcher wiki)
|
1
recipes/top-mode
Normal file
1
recipes/top-mode
Normal file
|
@ -0,0 +1 @@
|
|||
(top-mode :fetcher wiki)
|
1
recipes/zoom-frm
Normal file
1
recipes/zoom-frm
Normal file
|
@ -0,0 +1 @@
|
|||
(zoom-frm :fetcher wiki)
|
Loading…
Reference in a new issue