Add Dash integration
This commit is contained in:
parent
1426dfecd7
commit
90f783392e
3 changed files with 8 additions and 3 deletions
|
|
@ -55,6 +55,10 @@
|
|||
(evil-leader/set-key "Jl" 'dumb-jump-go); Jump to declaration
|
||||
(evil-leader/set-key "Jh" 'dumb-jump-back); Jump back from declariation
|
||||
|
||||
;; Dash integration
|
||||
(require 'dash-at-point)
|
||||
(evil-leader/set-key "d" 'dash-at-point)
|
||||
|
||||
(require 'evil)
|
||||
;;; VIM insert mode things
|
||||
(define-key evil-insert-state-map "\C-a" 'company-yasnippet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue