[Fix #559] Add an autoload for vkill

This commit is contained in:
Bozhidar Batsov 2014-05-31 16:12:38 +03:00
parent 699f14b80c
commit 80101de017

View file

@ -43,6 +43,7 @@
(setq ns-function-modifier 'hyper)
;; proced-mode doesn't work on OS X so we use vkill instead
(autoload 'vkill "vkill" nil t)
(global-set-key (kbd "C-x p") 'vkill)
(defun prelude-swap-meta-and-super ()