diff --git a/config.org b/config.org index d7bde44..e6e136e 100644 --- a/config.org +++ b/config.org @@ -175,6 +175,14 @@ Various stuff (setq uniquify-buffer-name-style 'forward) #+end_src +Smooth scrolling. Emacs tends to be jumpy, this should change it. + +#+BEGIN_SRC emacs-lisp +(setq scroll-margin 5 + scroll-conservatively 9999 + scroll-step 1) +#+END_SRC + * Prettier Line Wraps By default there is no line wrapping. M-q actually modifies the buffer, which might not be wanted.