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) & }