mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
16 lines
305 B
EmacsLisp
16 lines
305 B
EmacsLisp
;;; siren-editorconfig.el --- jimeh's Emacs Siren: editorconfig configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for editorconfig.
|
|
|
|
;;; Code:
|
|
|
|
(siren-require-packages '(editorconfig))
|
|
|
|
(require 'editorconfig)
|
|
(editorconfig-mode 1)
|
|
|
|
(provide 'siren-editorconfig)
|
|
;;; siren-editorconfig.el ends here
|