Added editorconfig.

This commit is contained in:
tastytea 2019-07-29 04:39:59 +02:00
parent 6d8244e10f
commit 7dd0f18734
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-28T05:20:27+00:00>
;; Time-stamp: <2019-07-29T02:39:35+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -360,6 +360,11 @@ With argument, do this that many times."
("M-." . dumb-jump-go)
("M-," . dumb-jump-back))
;; Support .editorconfig files.
(use-package editorconfig
:config
(editorconfig-mode 1))
;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Set coding style.
(use-package cc-mode