From 628f046feeb580d3449834ddfe243a6ba7a9ef45 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 05:06:19 -0700 Subject: [PATCH] No more smooth scrolling. --- dotfiles/emacs.d/init.el | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a0fbfe2a..50d0b413 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -554,20 +554,6 @@ The current directory is assumed to be the project's root otherwise." (global-undo-tree-mode) (setq undo-tree-visualizer-timestamps t))) -(use-package smooth-scrolling - :ensure t - :init (require 'smooth-scrolling)) - -(use-package smooth-scroll - :ensure t - :demand t - :commands (smooth-scroll-mode) - :config - (progn - (smooth-scroll-mode) - (setq smooth-scroll/vscroll-step-size 12) - (diminish 'smooth-scroll-mode))) - (use-package string-inflection :ensure t :commands string-inflection-toggle