summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f650d35..17a74bb 100755
--- a/init.el
+++ b/init.el
@@ -369,6 +369,7 @@
(global-set-key [XF86MenuKB] (lambda () (interactive) (ispell-change-dictionary "en_GB")))
(global-set-key [(meta control return)] 'find-file-at-point)
+(global-set-key [f19] 'ack)
; ELPA packages are loaded after init.el, so we can't call a function
; from one of those packages here; see also