[Fix #559] Add an autoload for vkill
This commit is contained in:
parent
699f14b80c
commit
80101de017
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue