Browse Source

Set truncate-lines nil

pull/15/head
10sr 8 years ago
parent
commit
89ab97e9d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -442,6 +442,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(setq-default tab-width 4)
(setq-default indent-tabs-mode nil)
(setq-default indent-line-function nil)
(setq-default truncate-lines nil)
;; (pc-selection-mode 1) ; make some already defined keybind back to default
(delete-selection-mode 1)
(cua-mode 0)


Loading…
Cancel
Save