Skip to content

Instantly share code, notes, and snippets.

@Kungi
Created August 22, 2013 20:34
Show Gist options
  • Save Kungi/6312427 to your computer and use it in GitHub Desktop.
Save Kungi/6312427 to your computer and use it in GitHub Desktop.
This is how I initialize yagist with evil mode and trailing whitespace mode
(require 'yagist)
(add-hook 'yagist-list-mode-hook
(lambda () (progn
(evil-emacs-state)
(turn-off-trailing-whitespace))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment