Add ace-link
This commit is contained in:
parent
e21607f567
commit
e8344945f5
3 changed files with 6 additions and 2 deletions
1
Cask
1
Cask
|
@ -61,6 +61,7 @@
|
|||
|
||||
;; Editor --- core/core-editor.el
|
||||
(depends-on "ace-window")
|
||||
(depends-on "ace-link")
|
||||
(depends-on "avy")
|
||||
(depends-on "dumb-jump")
|
||||
(depends-on "editorconfig")
|
||||
|
|
|
@ -139,6 +139,8 @@
|
|||
aw-scope 'frame
|
||||
aw-background t))
|
||||
|
||||
(use-package ace-link :commands (ace-link-help ace-link-org))
|
||||
|
||||
(use-package avy
|
||||
:commands (avy-goto-char-2 avy-goto-line)
|
||||
:config (setq avy-all-windows nil
|
||||
|
|
|
@ -310,7 +310,8 @@
|
|||
"e" 'doom/popup-messages)
|
||||
(:map help-mode-map
|
||||
:n "]]" 'help-go-forward
|
||||
:n "[[" 'help-go-back))
|
||||
:n "[[" 'help-go-back
|
||||
:n "o" 'ace-link-help))
|
||||
|
||||
;;; Insert mode hacks
|
||||
;; Textmate-esque newlines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue