Separate more languages

This commit is contained in:
Maciej Szlosarczyk 2017-08-28 23:01:39 +03:00
parent 4073c40b2c
commit daa26bbc3b
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
7 changed files with 97 additions and 59 deletions

View file

@ -1,4 +1,4 @@
;;; Ruby -- summary
;;; Elisp -- summary
;;; Commentary:
;;; Code:
@ -21,4 +21,6 @@
;;========== Hooks =================================
(add-hook 'emacs-lisp-mode-hook 'editor-config-elisp)
(add-hook 'emacs-lisp-mode-hook 'completion-config-elisp)
(provide 'elisp)
;;; elisp.el ends here