Added mode hook for yelp.
This commit is contained in:
parent
9a8bd09099
commit
92937b396a
3
init.el
3
init.el
@ -104,6 +104,9 @@
|
|||||||
py-smart-indentation nil
|
py-smart-indentation nil
|
||||||
python-indent 4))
|
python-indent 4))
|
||||||
|
|
||||||
|
;; Yelp always uses tabs.
|
||||||
|
(add-hook 'python-mode-hook 'python-tabs)
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Custom Key Bindings
|
;; Custom Key Bindings
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user