System utilities and desktop configuration changes

This commit is contained in:
BirDt_ 2025-10-11 03:10:50 +08:00
parent 445f4ccf64
commit e0e8797aa4
4 changed files with 86 additions and 17 deletions

View file

@ -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