Browse Source

added more default settings

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

5
config.org

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

Loading…
Cancel
Save