Separate more languages
This commit is contained in:
parent
4073c40b2c
commit
daa26bbc3b
7 changed files with 97 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue