Skip to content

Commit

Permalink
[Fix bbatsov#1170] Remove the vkill package
Browse files Browse the repository at this point in the history
Seems it's no longer available on MELPA.

See melpa/melpa#5409 for details.
  • Loading branch information
bbatsov committed May 13, 2018
1 parent 99c0faf commit 493836e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/prelude-macos.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,14 @@

;; On macOS Emacs doesn't use the shell PATH if it's not started from
;; the shell. Let's fix that:
(prelude-require-packages '(exec-path-from-shell vkill))
(prelude-require-packages '(exec-path-from-shell))

(require 'exec-path-from-shell)
(exec-path-from-shell-initialize)

;; It's all in the Meta
(setq ns-function-modifier 'hyper)

;; proced-mode doesn't work on macOS so we use vkill instead
(autoload 'vkill "vkill" nil t)
(global-set-key (kbd "C-x p") 'vkill)

(defun prelude-swap-meta-and-super ()
"Swap the mapping of Meta and Super.
Very useful for people using their Mac with a
Expand Down

0 comments on commit 493836e

Please sign in to comment.