System utilities and desktop configuration changes
This commit is contained in:
parent
445f4ccf64
commit
e0e8797aa4
4 changed files with 86 additions and 17 deletions
|
|
@ -86,21 +86,6 @@
|
|||
(slot . 0)
|
||||
(window-height . 0.2)))
|
||||
|
||||
(use-package restart-emacs)
|
||||
|
||||
(use-package system-packages)
|
||||
|
||||
(transient-define-prefix system-interactions-transient ()
|
||||
"Transient menu for interfacing with the system via system-packages and restart."
|
||||
["Emacs system actions" ("R" "Restart" restart-emacs)]
|
||||
["Package..." ("s" "Search" system-packages-search)
|
||||
("u" "Update" system-packages-update)
|
||||
("i" "Install" system-packages-install)
|
||||
("r" "Uninstall" system-packages-uninstall)
|
||||
("o" "Remove Orphans" system-packages-remove-orphaned)])
|
||||
|
||||
(define-key global-map (kbd "C-c o s") #'system-interactions-transient)
|
||||
|
||||
(provide 'terminal)
|
||||
|
||||
;;; terminal.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue