Fixed gdb keybinding, enabled auto-revert.
This commit is contained in:
parent
a588f1ba62
commit
a41b526e6f
5
init.el
5
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-05-15T00:59:10+00:00>
|
||||
;; Time-stamp: <2019-05-15T04:07:29+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -129,6 +129,7 @@
|
|||
|
||||
(delete-selection-mode t) ; Delete selection when you start to write.
|
||||
(savehist-mode t) ; Save minibuffer history.
|
||||
(global-auto-revert-mode t) ; Auto-revert file if changed on disk.
|
||||
|
||||
:hook
|
||||
(prog-mode . my/set-fill-column-80)
|
||||
|
@ -386,7 +387,7 @@ With argument, do this that many times."
|
|||
(realgud:gdb))
|
||||
:bind
|
||||
(:map c-mode-base-map
|
||||
("g" . my/launch-gdb)))
|
||||
("C-c g" . my/launch-gdb)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Hide toolbar.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 28139
|
||||
127.0.0.1:51313 22353
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user