|
|
|
@ -280,6 +280,14 @@
|
|
|
|
|
(global-fci-mode t) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; If python.el is loaded, change the rule column to 80 characters. |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
(eval-after-load "python" |
|
|
|
|
'(progn |
|
|
|
|
(setq fci-rule-column 80))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Expand region settings |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|