Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created March 20, 2016 01:16
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 al3xandru/903d9a8a51a640060fcd to your computer and use it in GitHub Desktop.
Save al3xandru/903d9a8a51a640060fcd to your computer and use it in GitHub Desktop.
(defun alpo/ispell-complete-word ()
(interactive)
(save-excursion
(ispell-complete-word))
(forward-word))
(evil-define-key 'insert markdown-mode-map (kbd "C-c C-d") 'alpo/ispell-complete-word)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment