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")))))) ("TERM" . "linux"))))))
(define text-editors (define text-editors
(map (lambda (cmd) (list (permit (identity ":wheel")
(permit (identity ":wheel")
(keepenv? #t) (keepenv? #t)
(command cmd))) (command "kak"))))
`("kak" "emacsclient")))
(define power-management (define power-management
(map (lambda (cmd) (map (lambda (cmd)