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:
parent
a2d45c8db7
commit
84d6fb8f39
3 changed files with 81 additions and 92 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue