diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2013-11-30 22:30:43 (GMT) |
|---|---|---|
| committer | Ravikiran Rajagopal <aine.marina@gmail.com> | 2013-11-30 22:30:43 (GMT) |
| commit | dd2058130c17c11aec67a10f5582f26798588ba3 (patch) | |
| tree | d707f65386f72ec5a9f2d6404958835189041742 | |
| parent | 92648ee127432865c5036e5e87a6d94ef61464fe (diff) | |
| download | dotemacs-dd2058130c17c11aec67a10f5582f26798588ba3.zip dotemacs-dd2058130c17c11aec67a10f5582f26798588ba3.tar.gz dotemacs-dd2058130c17c11aec67a10f5582f26798588ba3.tar.bz2 | |
End-of-file handling
| -rw-r--r-- | ravi-init-appearance.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ravi-init-appearance.el b/ravi-init-appearance.el index 3b2fd07..90c198a 100644 --- a/ravi-init-appearance.el +++ b/ravi-init-appearance.el @@ -72,6 +72,11 @@ :diminish ) +;; Handling end of files. +(setq require-final-newline t) +;; Prevent addition of lines at end of file when down arrow is pressed. +(setq next-line-add-newlines nil) + ;; Easily navigate sillycased words (global-subword-mode 1) |
