operating-systems: buer: rules: Remove emacsclient from text-editors rules

main
Luis Guilherme Coelho 2024-11-28 09:48:43 -03:00
parent b16563bc33
commit af8fdde9b6
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 4 deletions

View File

@ -14,11 +14,9 @@
("TERM" . "linux"))))))
(define text-editors
(map (lambda (cmd)
(permit (identity ":wheel")
(list (permit (identity ":wheel")
(keepenv? #t)
(command cmd)))
`("kak" "emacsclient")))
(command "kak"))))
(define power-management
(map (lambda (cmd)