Add set-line-120 function and racer package

Fix align-to-colon function
This commit is contained in:
Maciej Szlosarczyk 2017-04-25 08:59:26 +03:00
parent 6abb0536b7
commit c2d105ae65
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
5 changed files with 43 additions and 10 deletions

View file

@ -194,4 +194,8 @@
(unless (package-installed-p 'rust-mode)
(package-refresh-contents)
(package-install 'rust-mode))
;;; elpa.el ends here
(unless (package-installed-p 'racer)
(package-refresh-contents)
(package-install 'racer))
;;; packages.el ends here