Added conkerorrc
This commit is contained in:
parent
c38f147ead
commit
637b897665
2 changed files with 8 additions and 1 deletions
3
.conkerorrc
Normal file
3
.conkerorrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
// -*- mode: javascript -*-
|
||||
require("new-tabs.js");
|
||||
require("clicks-in-new-buffer-button.js");
|
|
@ -22,3 +22,7 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults
|
|||
# XMODMAP
|
||||
echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap"
|
||||
ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
|
||||
|
||||
# conkeror
|
||||
echo "Linking $INSTALL_BASEDIR/.conkerorrc to $HOME/.conkerorrc"
|
||||
ln -sf $INSTALL_BASEDIR/.conkerorrc $HOME/.conkerorrc
|
Loading…
Reference in a new issue