mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add ace-link
This commit is contained in:
@ -309,8 +309,9 @@
|
||||
(:map help-map
|
||||
"e" 'doom/popup-messages)
|
||||
(:map help-mode-map
|
||||
:n "]]" 'help-go-forward
|
||||
:n "[[" 'help-go-back))
|
||||
:n "]]" 'help-go-forward
|
||||
:n "[[" 'help-go-back
|
||||
:n "o" 'ace-link-help))
|
||||
|
||||
;;; Insert mode hacks
|
||||
;; Textmate-esque newlines
|
||||
|
Reference in New Issue
Block a user