Add strace mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user