Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell
Created March 25, 2016 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinlacewell/ea5fc0a48b902bde6b48 to your computer and use it in GitHub Desktop.
Save dustinlacewell/ea5fc0a48b902bde6b48 to your computer and use it in GitHub Desktop.
(req-package ace-link
  :bind (:map org-mode-map ("A-l" . ace-link-org))
  ;; :bind (:map help-mode-map ("A-l" . ace-link-help))
  ;; :bind (:map eww-link-keymap ("A-l" . ace-link-eww))
  ;; :bind (:map eww-mode-map ("A-l" . ace-link-eww))
  :bind (:map Info-mode-map ("A-l" . ace-link-info)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment