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