Add ace-link

This commit is contained in:
Henrik Lissner 2016-06-04 22:31:45 -04:00
parent e21607f567
commit e8344945f5
3 changed files with 6 additions and 2 deletions

1
Cask
View file

@ -61,6 +61,7 @@
;; Editor --- core/core-editor.el ;; Editor --- core/core-editor.el
(depends-on "ace-window") (depends-on "ace-window")
(depends-on "ace-link")
(depends-on "avy") (depends-on "avy")
(depends-on "dumb-jump") (depends-on "dumb-jump")
(depends-on "editorconfig") (depends-on "editorconfig")

View file

@ -139,6 +139,8 @@
aw-scope 'frame aw-scope 'frame
aw-background t)) aw-background t))
(use-package ace-link :commands (ace-link-help ace-link-org))
(use-package avy (use-package avy
:commands (avy-goto-char-2 avy-goto-line) :commands (avy-goto-char-2 avy-goto-line)
:config (setq avy-all-windows nil :config (setq avy-all-windows nil

View file

@ -310,7 +310,8 @@
"e" 'doom/popup-messages) "e" 'doom/popup-messages)
(:map help-mode-map (:map help-mode-map
:n "]]" 'help-go-forward :n "]]" 'help-go-forward
:n "[[" 'help-go-back)) :n "[[" 'help-go-back
:n "o" 'ace-link-help))
;;; Insert mode hacks ;;; Insert mode hacks
;; Textmate-esque newlines ;; Textmate-esque newlines