From 00771292fa6a034fc12a81bf7f7486210c724bc8 Mon Sep 17 00:00:00 2001 From: Ambrevar Date: Tue, 27 Nov 2012 22:34:48 +0100 Subject: [PATCH] Luakit: Google translate search. Emacs: fixed latex snippet. --- .config/luakit/globals.lua | 1 + .emacs.d/snippets/latex-mode/sub.yasnippet | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/luakit/globals.lua b/.config/luakit/globals.lua index 0622b2e8..c2f49095 100644 --- a/.config/luakit/globals.lua +++ b/.config/luakit/globals.lua @@ -58,6 +58,7 @@ search_engines = { ctan = "http://www.ctan.org/search/?search=%s&search_type=description", g = "http://google.com/search?q=%s", gm = "https://maps.google.com/maps?q=%s", + gt = "http://translate.google.com/#en/fr/%s", imdb = "http://imdb.com/find?s=all&q=%s", -- Note that imdb is messy with spaces. torrent = "http://torrentz.eu/search?f=%s", w = "http://en.wikipedia.org/wiki/Special:Search?search=%s", diff --git a/.emacs.d/snippets/latex-mode/sub.yasnippet b/.emacs.d/snippets/latex-mode/sub.yasnippet index 72eede3a..298da7e1 100644 --- a/.emacs.d/snippets/latex-mode/sub.yasnippet +++ b/.emacs.d/snippets/latex-mode/sub.yasnippet @@ -5,5 +5,4 @@ # name : \subsection # -- \subsection{${1:name}} -\label{${2:label}} $0 \ No newline at end of file