Skip to content

Instantly share code, notes, and snippets.

@LouisKottmann
Last active August 29, 2015 14:01
Show Gist options
  • Save LouisKottmann/cae02fb7c1846eebad68 to your computer and use it in GitHub Desktop.
Save LouisKottmann/cae02fb7c1846eebad68 to your computer and use it in GitHub Desktop.
(require 'smooth-scroll)
(smooth-scroll-mode 1)
(defadvice smooth-scroll-mode (around my-smooth-scroll-mode-turn-on-maybe)
(unless (memq major-mode
(list 'ecb-major-mode))
ad-do-it))
(ad-activate 'smooth-scroll-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment