Browse Source

changed scrolling behaviour

master
Marc Pohling 6 years ago
parent
commit
b075a73e86
1 changed files with 8 additions and 0 deletions
  1. 8
      config.org

8
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.

Loading…
Cancel
Save