Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode * Slim down all the languages
This commit is contained in:
parent
4d5f300113
commit
1a911716c0
38 changed files with 513 additions and 18 deletions
8
20elisp.el
Normal file
8
20elisp.el
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(add-hook 'emacs-lisp-mode-hook 'flymake-mode)
|
||||
|
||||
(defun activate-emacs-lisp-mode ()
|
||||
"Goodies for editing emacs files."
|
||||
(set-indent 2) ;; Default indentation of 2 characters
|
||||
)
|
||||
|
||||
(add-hook 'emacs-lisp-mode-hook 'activate-emacs-lisp-mode)
|
||||
Loading…
Add table
Add a link
Reference in a new issue