Commit adb96b9f19ae
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2623,28 +2623,6 @@
#+END_SRC
-** Editorconfig
-
- #+BEGIN_QUOTE
- EditorConfig helps developers define and maintain consistent coding
- styles between different editors and IDEs. The EditorConfig project
- consists of a file format for defining coding styles and a
- collection of text editor plugins that enable editors to read the
- file format and adhere to defined styles. EditorConfig files are
- easily readable and they work nicely with version control systems.
- #+END_QUOTE
-
- [[http://editorconfig.org/][Editorconfig]] is support by a lot of IDEs and editors, and some
- project I'm working on are using it so let's add support to it in
- Emacs.
-
-
- #+BEGIN_SRC emacs-lisp
- (use-package editorconfig
- :ensure t)
- #+END_SRC
-
-
** Gist
Interact with Github gist(s) from Emacs :)