|
|
@ -81,6 +81,11 @@ |
|
|
|
(setq sentence-end-double-space nil) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
Scroll to the end / beginning of buffer before you throw an error |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq scroll-error-top-bottom t) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
Delete the region when typing, just like as we expect nowadays. |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(delete-selection-mode t) |
|
|
|