Updated emacs-d and added Remtrail command to vimrc

This commit is contained in:
hellerve
2015-06-15 16:10:45 +02:00
parent d6da2b169d
commit 23636108a1
64 changed files with 3571 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
(1
(ace-window .
[(0 8 1)
[(0 9 0)
((avy
(0 1 0)))
(0 2 0)))
"Quickly switch windows." single
((:url . "https://github.com/abo-abo/ace-window")
(:keywords "window" "location"))])
@@ -271,7 +271,7 @@
((:url . "http://elpa.gnu.org/packages/flylisp.html")
(:keywords))])
(ggtags .
[(0 8 9)
[(0 8 10)
((emacs
(24))
(cl-lib
@@ -348,7 +348,7 @@
((:url . "http://elpa.gnu.org/packages/jumpc.html")
(:keywords))])
(let-alist .
[(1 0 3)
[(1 0 4)
nil "Easily let-bind values of an assoc-list by their names" single
((:url . "http://elpa.gnu.org/packages/let-alist.html")
(:keywords "extensions" "lisp"))])
@@ -447,7 +447,7 @@
((:url . "http://elpa.gnu.org/packages/omn-mode.html")
(:keywords))])
(org .
[(20150525)
[(20150608)
nil "Outline-based notes management and organizer" tar nil])
(osc .
[(0 1)
@@ -459,6 +459,11 @@
nil "Predictive abbreviation expansion" single
((:url . "http://elpa.gnu.org/packages/pabbrev.html")
(:keywords))])
(pinentry .
[(0 1)
nil "GnuPG Pinentry server implementation" single
((:url . "http://elpa.gnu.org/packages/pinentry.html")
(:keywords "gnupg"))])
(poker .
[(0 1)
nil "Texas hold'em poker" single
@@ -519,6 +524,13 @@
nil "Implementation of Sokoban for Emacs." tar
((:keywords "games")
(:url . "http://elpa.gnu.org/packages/sokoban.html"))])
(sotlisp .
[(1 0)
((emacs
(24 1)))
"Write lisp at the speed of thought." single
((:url . "https://github.com/Malabarba/speed-of-thought-lisp")
(:keywords "convenience" "lisp"))])
(spinner .
[(1 3 1)
nil "Add spinners and progress-bars to the mode-line for ongoing operations" single
@@ -656,4 +668,9 @@
[(0 8 0)
nil "Yet another snippet extension for Emacs." tar
((:keywords "convenience" "emulation")
(:url . "http://github.com/capitaomorte/yasnippet"))]))
(:url . "http://github.com/capitaomorte/yasnippet"))])
(ztree .
[(1 0 1)
nil "Text mode directory tree" tar
((:keywords "files" "tools")
(:url . "https://github.com/fourier/ztree"))]))

View File

@@ -1 +1 @@
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2015-05-26T11:05:02+0200 using DSA
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2015-06-12T11:05:02+0200 using DSA

View File

@@ -895,7 +895,7 @@
[(1 4)
nil "pattern matching for elisp" single])
(shackle .
[(0 3 0)
[(0 6 0)
((cl-lib
(0 5)))
"Enforce rules for popups" single])
@@ -1362,7 +1362,7 @@
[(0 0 1)
nil "get stuff from pinboard" single])
(picpocket .
[(11)
[(14)
nil "Image viewer" single])
(pickup .
[(0 0 3)
@@ -2068,7 +2068,7 @@
(1 2 0)))
"completing-read over all files in Git" single])
(magit .
[(1 4 1)
[(1 4 2)
((cl-lib
(0 5))
(git-commit-mode
@@ -2947,7 +2947,7 @@
(0 2 3)))
"Utility functions for working with fonts" single])
(fold-this .
[(0 1 0)
[(0 3 0)
nil "Just fold this region please" single])
(fold-dwim-org .
[(0 5)
@@ -3111,7 +3111,7 @@
(0 15)))
"A flycheck checker for Haskell using hdevtools" single])
(flycheck-haskell .
[(0 6)
[(0 7)
((flycheck
(0 22))
(haskell-mode
@@ -3188,7 +3188,7 @@
[(0)
nil "Resize a frame. In particular, fit a frame to its buffers." single])
(firestarter .
[(0 1 3)
[(0 2 2)
nil "Execute (shell) commands on save" single])
(fiplr .
[(0 1 3)
@@ -3259,9 +3259,11 @@
(2 2 0)))
"Modern API for working with files and directories" single])
(eyebrowse .
[(0 4 5)
[(0 6 1)
((dash
(2 7 0)))
(2 7 0))
(emacs
(24 3 1)))
"Easy window config switching" single])
(extend-dnd .
[(0 5)
@@ -3776,7 +3778,7 @@
[(2 10 0)
nil "A modern list library for Emacs" single])
(dart-mode .
[(0 12)
[(0 13)
((cl-lib
(0 5))
(dash
@@ -3823,7 +3825,7 @@
[(0 1 1)
nil "Table component for Emacs Lisp" single])
(csharp-mode .
[(0 8 9)
[(0 8 10)
nil "C# mode derived mode" tar])
(cryptol-mode .
[(0 1 0)
@@ -4398,7 +4400,7 @@
(1 11 5)))
"Space align various Clojure forms" single])
(alchemist .
[(0 14 0)
[(0 16 1)
((emacs
(24)))
"Elixir tooling integration into Emacs" tar])

File diff suppressed because one or more lines are too long

Binary file not shown.