system changes
This commit is contained in:
parent
20ad911db2
commit
0c51ddcfeb
1 changed files with 0 additions and 5 deletions
|
@ -146,11 +146,6 @@ Make Emacs confirm that I want to close it on kill.
|
||||||
(setq confirm-kill-emacs 'yes-or-no-p)
|
(setq confirm-kill-emacs 'yes-or-no-p)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Make Emacs scroll one line at a time instead of big jumps.
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(setq scroll-conservatively most-positive-fixnum)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Make Emacs delete trailing whitspace on save. This does not happen in =markdown-mode= which sometimes needs trailing whitespace.
|
Make Emacs delete trailing whitspace on save. This does not happen in =markdown-mode= which sometimes needs trailing whitespace.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-hook 'before-save-hook
|
(add-hook 'before-save-hook
|
||||||
|
|
Loading…
Add table
Reference in a new issue