diff --git a/configuration.org b/configuration.org index e04e731..a2879e5 100644 --- a/configuration.org +++ b/configuration.org @@ -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.