Add line-120 for haml mode
This commit is contained in:
parent
f9d3a10cb7
commit
c7adcd7a02
3 changed files with 9 additions and 1 deletions
|
|
@ -28,6 +28,9 @@
|
|||
(add-hook 'ruby-mode-hook 'ruby-mode-config)
|
||||
(add-hook 'ruby-mode-hook 'set-width-80)
|
||||
|
||||
;; Use longer lines for HAML
|
||||
(add-hook 'haml-mode-hook 'set-width-120)
|
||||
|
||||
;;; Rust
|
||||
(defun rust-mode-config ()
|
||||
"Setup editor for rust."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue