Fix backup saving

This commit is contained in:
Maciej Szlosarczyk 2017-10-29 00:26:03 +03:00
parent 9fce4365dc
commit 5bd7066cde
No known key found for this signature in database
GPG key ID: 94798DD7F02D70C1
13 changed files with 47 additions and 32 deletions

View file

@ -14,6 +14,7 @@
;; Indentation and line length
(set-width-80)
(set-indent 2)
(setq ruby-deep-indent-paren nil)
;; Do not align 'begin' and 'while' ;;
(setq ruby-align-to-stmt-keywords '(if begin case elseif rescue))
@ -48,7 +49,7 @@
;; Initalize completion
(set (make-local-variable 'company-backends)
'((company-etags company-yasnippet company-files))))
'((company-yasnippet company-etags company-dabbrev-code company-files))))
;;========== Hooks ================================
(add-hook 'ruby-mode-hook 'editor-ruby-mode-config)