forked from FG42/FG42
1
0
Fork 0

minor bug fixed in dumb-jump configuration

This commit is contained in:
Sameer Rahmani 2017-03-28 10:25:42 +01:00
parent 237d5147e5
commit c8351c4bec
1 changed files with 5 additions and 5 deletions

View File

@ -85,10 +85,10 @@
:description "Jump to definition in another window using an external tool")
(require 'dumb-jump)
(define-key dumb-jump-map (kbd "M-g o") 'dumb-jump-go-other-window)
(define-key dumb-jump-map (kbd "M-g j") 'dumb-jump-go)
(define-key dumb-jump-map (kbd "M-g x") 'dumb-jump-go-prefer-external)
(define-key dumb-jump-map (kbd "M-g z") 'dumb-jump-go-prefer-external-other-window))
(define-key dumb-jump-mode-map (kbd "M-g o") 'dumb-jump-go-other-window)
(define-key dumb-jump-mode-map (kbd "M-g j") 'dumb-jump-go)
(define-key dumb-jump-mode-map (kbd "M-g x") 'dumb-jump-go-prefer-external)
(define-key dumb-jump-mode-map (kbd "M-g z") 'dumb-jump-go-prefer-external-other-window))
(ability git ()
"A wonderful git interface for FG42"
@ -96,7 +96,7 @@
:key "C-x g"
:description "Rise up MAGIT. Git interface for FG42")
(global-set-key (kbd "C-x g") 'magit-status))
1
(ability hl ()
"Highligh the current block of code"
(require 'hl-sexp)