Skip to content

Commit

Permalink
tweak(emacs-gdb): directly use my recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 13, 2024
1 parent b738333 commit 92719c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/extras/me-gdb.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ This will overwrite the built-in \"gdb-mi\" for this session."
(when (yes-or-no-p "Loading \"emacs-gdb\" will overwrite \"gdb-mi\" for this session, continue?")
(use-package gdb-mi
;; I use my own fork in which I've merged some open PRs on the upstream.
:straight '(:host github :repo "weirdNox/emacs-gdb"
:files (:defaults "*.c" "*.h" "Makefile")
:fork (:host github :repo "abougouffa/emacs-gdb"))
:straight (:host github :repo "abougouffa/emacs-gdb" :files (:defaults "*.c" "*.h" "Makefile"))
:demand t
:init
(fmakunbound 'gdb)
Expand Down

0 comments on commit 92719c7

Please sign in to comment.