Skip to content

Commit 4472470

Browse files
committed
proper format of autopep8 options in emacs
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6079 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 40cb373 commit 4472470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/install/mig-user/.emacs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
; some migrid modules.
126126
(require 'py-autopep8)
127127
(add-hook 'python-mode-hook 'py-autopep8-enable-on-save)
128-
(setq py-autopep8-options '("--max-line-length=80 --ignore E402"))
128+
(setq py-autopep8-options '("--max-line-length=80" "--ignore=E402"))
129129

130130
;; Prefer espresso mode from
131131
;; http://download.savannah.gnu.org/releases-noredirect/espresso/espresso.el

0 commit comments

Comments
 (0)