emacs: add editorconfig
This commit is contained in:
parent
755bf3d80d
commit
7ec1ef59ef
1 changed files with 6 additions and 0 deletions
6
emacs.el
6
emacs.el
|
|
@ -81,6 +81,7 @@
|
|||
(straight-use-package 'ace-window)
|
||||
;; (straight-use-package 'projectile)
|
||||
(straight-use-package 'osm)
|
||||
(straight-use-package 'editorconfig)
|
||||
|
||||
;; Emacs Configuration
|
||||
(setq inhibit-splash-screen t)
|
||||
|
|
@ -178,3 +179,8 @@
|
|||
:custom
|
||||
(aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
||||
:bind (("C-x o" . ace-window)))
|
||||
|
||||
(use-package editorconfig
|
||||
:config
|
||||
(editorconfig-mode 1)
|
||||
:delight)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue