summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2017-02-08 11:16:15 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2019-06-26 17:19:40 +0100
commita4f0384e5bcac43c7febec78bc8b114d428ca41e (patch)
tree17bdc0b321ee85d411face3b7bb43a8029e5d463
parentignore more stuff (diff)
downloademacs-a4f0384e5bcac43c7febec78bc8b114d428ca41e.tar.gz
emacs-a4f0384e5bcac43c7febec78bc8b114d428ca41e.tar.bz2
emacs-a4f0384e5bcac43c7febec78bc8b114d428ca41e.zip
call ack
-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