Add strace mode

This commit is contained in:
2026-08-16 16:24:01 -07:00
parent f332923172
commit fe65b9bbe4
2 changed files with 71 additions and 1 deletions
+4 -1
View File
@@ -2292,6 +2292,9 @@ This is :around advice, so OLDFUN is the real function
;; firejail
(require 'firejail-mode)
;; strace output
(require 'strace-mode)
;; yaml
(use-package yaml-ts-mode
:hook (;; (yaml-ts-mode . my/eglot-if-trusted)
@@ -3923,7 +3926,7 @@ one of the normal rainbow-delimiters-depth-N-face faces."
;; chatting
(use-package gptel
:defer t
:defer nil
:hook (gptel-mode . my/-setup-gptel-mode)
:custom-face (pulse-highlight-start-face ((default (:background "gray20"))))
:init