equal
deleted
inserted
replaced
10 truncate-lines t ; truncate, not wrap, lines |
10 truncate-lines t ; truncate, not wrap, lines |
11 indent-tabs-mode nil ; only uses spaces for indentation |
11 indent-tabs-mode nil ; only uses spaces for indentation |
12 split-width-threshold 181 ; min width to split window horizontially |
12 split-width-threshold 181 ; min width to split window horizontially |
13 split-height-threshold 120 ; min width to split window vertically |
13 split-height-threshold 120 ; min width to split window vertically |
14 reb-re-syntax 'string ; use string syntax for regexp builder |
14 reb-re-syntax 'string ; use string syntax for regexp builder |
|
15 fill-column 120 ; line width |
15 require-final-newline 'visit-save) ; add a newline automatically |
16 require-final-newline 'visit-save) ; add a newline automatically |
16 |
17 |
17 (put 'set-goal-column 'disabled nil) ; enable goal column setting |
18 (put 'set-goal-column 'disabled nil) ; enable goal column setting |
18 (put 'narrow-to-region 'disabled nil) ; enable hiding |
19 (put 'narrow-to-region 'disabled nil) ; enable hiding |
19 (put 'narrow-to-page 'disabled nil) |
20 (put 'narrow-to-page 'disabled nil) |