Remove realgud
This commit is contained in:
parent
8f020ea02e
commit
2bc9683703
22
init.el
22
init.el
@ -492,18 +492,6 @@ visual states."
|
||||
"--header-insertion=never" "--pch-storage=memory"
|
||||
"--malloc-trim" "--function-arg-placeholders"))))
|
||||
|
||||
;; realgud
|
||||
(use-package realgud
|
||||
:hook (realgud-short-key-mode . my/-realgud-setup-shortkey-mode)
|
||||
:bind (:map realgud:shortkey-mode-map
|
||||
("a" . realgud:cmd-frame))
|
||||
:init
|
||||
(setq realgud-srcbuf-lock t
|
||||
realgud-short-key-on-tracing? t)
|
||||
(defun my/-realgud-setup-shortkey-mode ()
|
||||
(when realgud-short-key-mode
|
||||
(keymap-local-set "C-d" realgud:shortkey-mode-map))))
|
||||
|
||||
;; dumb-jump
|
||||
(use-package dumb-jump
|
||||
:init
|
||||
@ -624,12 +612,6 @@ COMMAND and COMINT are like `compile'."
|
||||
(use-package c-ts-mode
|
||||
:after evil
|
||||
:hook ((c-ts-mode c++-ts-mode) . eglot-ensure)
|
||||
:bind (:map c-ts-mode-map
|
||||
("C-c d" . realgud:gdb)
|
||||
:map c++-ts-mode-map
|
||||
("C-c d" . realgud:gdb)
|
||||
:map objc-mode-map
|
||||
("C-c d" . realgud:gdb))
|
||||
:init
|
||||
(setq-default c-ts-mode-indent-offset 4)
|
||||
:config
|
||||
@ -674,9 +656,7 @@ COMMAND and COMINT are like `compile'."
|
||||
(use-package rust-mode)
|
||||
(use-package rust-ts-mode
|
||||
:ensure nil
|
||||
:hook (rust-ts-mode . eglot-ensure)
|
||||
:bind (:map rust-ts-mode-map
|
||||
("C-c d" . realgud:gdb)))
|
||||
:hook (rust-ts-mode . eglot-ensure))
|
||||
|
||||
;; markdown
|
||||
(use-package markdown-mode
|
||||
|
Loading…
Reference in New Issue
Block a user