Browse Source

add neap-hotkey line

pull/1/head
10sr 11 years ago
parent
commit
333d830bd9
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      emacs.el
  2. +4
    -0
      xprograms

+ 3
- 0
emacs.el View File

@@ -92,6 +92,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
gtags gtags
flymake-jslint flymake-jslint
flymake-python-pyflakes flymake-python-pyflakes
xclip
gnuplot-mode
erlang
) )
) )




+ 4
- 0
xprograms View File

@@ -13,6 +13,10 @@ _tint2(){
(sleep 1s && tint2) & (sleep 1s && tint2) &
} }


_neap_hotkey(){
(sleep 1s && neap-hotkey) &
}

_synapse(){ _synapse(){
(sleep 1s && synapse --startup) & (sleep 1s && synapse --startup) &
} }


Loading…
Cancel
Save