Lint window-manager.el

- change `exwm/` prefixes to `window-manager-`
- add Version, URL, Package-Requires sections
- move `pkill` into wpc-misc.el
- unify `window-manager,` `exwm` competing prefixes
This commit is contained in:
William Carroll 2020-08-31 14:36:55 +01:00
parent a2d45c8db7
commit 84d6fb8f39
3 changed files with 81 additions and 92 deletions

View file

@ -216,6 +216,11 @@
(add-to-list 'project-find-functions #'wpc-misc--briefcase-find)
(defun wpc-misc-pkill (name)
"Call the pkill executable using NAME as its argument."
(interactive "sProcess name: ")
(call-process "pkill" nil nil nil name))
(use-package deadgrep
:config
(general-define-key