summaryrefslogtreecommitdiffstats
path: root/pentadactylrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-27 11:23:28 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-27 11:23:48 -0500
commitde07da21a14bc20c7ff92ee72e25b964d11eea42 (patch)
tree4604fe479915e4d542e636861d93df92aff77a3e /pentadactylrc
parentff58ccf5bbd490fcbf88170767be9b658107f3f2 (diff)
downloadconf-de07da21a14bc20c7ff92ee72e25b964d11eea42.tar.gz
conf-de07da21a14bc20c7ff92ee72e25b964d11eea42.zip
disable beeping entirely
Diffstat (limited to 'pentadactylrc')
-rw-r--r--pentadactylrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pentadactylrc b/pentadactylrc
index 03932bc..314ac30 100644
--- a/pentadactylrc
+++ b/pentadactylrc
@@ -36,4 +36,7 @@ noremap gg mpgg
noremap G mpG
map `` `p
+" no beeps
+javascript dactyl.beep = function() { return false; }
+
" vim:ft=vim: