From 333d830bd9a43f6c3e36973d2cb34c9779f667e5 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 20 Feb 2014 23:50:12 +0900 Subject: [PATCH] add neap-hotkey line --- emacs.el | 3 +++ xprograms | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/emacs.el b/emacs.el index 73b80dc..faad85e 100644 --- a/emacs.el +++ b/emacs.el @@ -92,6 +92,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." gtags flymake-jslint flymake-python-pyflakes + xclip + gnuplot-mode + erlang ) ) diff --git a/xprograms b/xprograms index 481218f..02e29d5 100755 --- a/xprograms +++ b/xprograms @@ -13,6 +13,10 @@ _tint2(){ (sleep 1s && tint2) & } +_neap_hotkey(){ + (sleep 1s && neap-hotkey) & +} + _synapse(){ (sleep 1s && synapse --startup) & }