Remove the electric-case package

This commit is contained in:
Gergely Polonkai 2023-10-22 06:32:00 +02:00
parent 31bb9c922f
commit e0367111d2
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 11 deletions

View File

@ -2444,17 +2444,6 @@ First, set up ~bibtex-completion~:
* Make programming a bit easier
** Electric case
Insert ~snake_case~ and ~camelCase~ without using the Shift key. It is automatically enabled in C
mode.
#+BEGIN_SRC emacs-lisp
(use-package electric-case
:hook
(c-mode . electric-case-c-init))
#+END_SRC
** Electric operator
Automatically add spaces around operators.