Compile files to elc

This commit is contained in:
Maciej Szlosarczyk 2017-05-29 11:21:05 +03:00
parent 4e3bdc6352
commit bf729d6ea3
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
5 changed files with 23 additions and 8 deletions

View file

@ -91,8 +91,7 @@
(set-indent 2)
(flycheck-mode 1)
(set-width 80))
(flycheck-mode 1))
(add-hook 'emacs-lisp-mode-hook 'elisp-mode-config)
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
@ -114,7 +113,7 @@
(add-hook 'html-mode-hook 'web-mode)
(add-hook 'html-mode-hook 'web-mode-config)
(add-hook 'markdown-mode-hook 'set-width-120)
(add-hook 'html-mode-hook 'set-width-120)
(setq web-mode-markup-indent-offset 2)
(setq web-mode-code-indent-offset 2)