Skip to content

Commit

Permalink
forcing utf-8 files in python
Browse files Browse the repository at this point in the history
  • Loading branch information
ruph committed Jan 3, 2016
1 parent d45167c commit 49424af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/lang-python.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
;; Python Tab Hook
(add-hook 'python-mode-hook
(lambda ()
(setenv "LANG" "en_GB.UTF-8")
(setq indent-tabs-mode t)
(setq tab-width 4)
(setq python-indent 4)
Expand Down

0 comments on commit 49424af

Please sign in to comment.