Skip to content

Instantly share code, notes, and snippets.

@nyameko
Created October 15, 2017 09:16
Show Gist options
  • Save nyameko/17f5d760e50a5c08f49c89d075ca21f3 to your computer and use it in GitHub Desktop.
Save nyameko/17f5d760e50a5c08f49c89d075ca21f3 to your computer and use it in GitHub Desktop.
(eval-after-load 'org-ref
`(progn
(define-key org-mode-map (kbd "M-m m i n") 'org-ref-helm-insert-label-link) ;; working
(define-key org-mode-map (kbd "C-M-m n") 'org-ref-helm-insert-label-link) ;; not-working, and throws filemode specification error
(define-key org-mode-map (kbd "M-m m i r") 'org-ref-helm-insert-label-link) ;; working
(define-key spacemacs-org-mode-map (kbd "C-M-m i r") 'org-ref-helm-insert-label-link))) ;; not-working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment