Browse Source

Add python mode helper to set rule to PEP standards

Taylor Bockman 8 years ago
parent
commit
8d28c47d61
  1. 8
      dotfiles/emacs.d/init.el

8
dotfiles/emacs.d/init.el

@ -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
;;--------------------------------------------------------------------------------------

Loading…
Cancel
Save