Added dumb-jump.
This commit is contained in:
parent
36f955c5dd
commit
7434f8d60f
9
init.el
9
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-04-11T16:25:04+00:00>
|
||||
;; Time-stamp: <2019-04-11T17:13:34+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -305,6 +305,11 @@ With argument, do this that many times."
|
|||
:hook
|
||||
(prog-mode . highlight-doxygen-mode))
|
||||
|
||||
(use-package dumb-jump
|
||||
:bind
|
||||
("M-." . dumb-jump-go)
|
||||
("M-," . dumb-jump-back))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Set coding style.
|
||||
(use-package cc-mode
|
||||
|
@ -360,7 +365,7 @@ With argument, do this that many times."
|
|||
(cmake-ide-build-dir "build")
|
||||
:config
|
||||
(cmake-ide-setup))
|
||||
)
|
||||
) ; unless slow-computer
|
||||
|
||||
;; GUI for gdb and other debuggers.
|
||||
(use-package realgud
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 31890
|
||||
127.0.0.1:51313 11474
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user