Skip to content

Commit

Permalink
Fixed a typo. The code did not work correctly without the change for me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous authored and kensanata committed Apr 25, 2015
1 parent 7ba2325 commit 1e31cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoIndentation
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Seem that electric-indent-mode doesn't work properly with python-mode. You can
(defun electric-indent-ignore-python (char)
"Ignore electric indentation for python-mode"
(if (equal major-mode 'python-mode)
`no-indent'
'no-indent
nil))
(add-hook 'electric-indent-functions 'electric-indent-ignore-python)

Expand Down

0 comments on commit 1e31cca

Please sign in to comment.