From e0367111d2481e484319b74126dd4a38fb2d9c95 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Oct 2023 06:32:00 +0200 Subject: [PATCH] Remove the electric-case package --- configuration.org | 11 ----------- 1 file changed, 11 deletions(-) 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.