From 8363cc35727bc42b79bc11bef24cf78de60331d1 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Thu, 20 Nov 2025 20:03:24 +0100 Subject: Revert Emacs' default behavior for parenthesis and scroll --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 63adfe2..15b7738 100644 --- a/init.el +++ b/init.el @@ -56,9 +56,6 @@ (which-key-mode) ; Enable which-key (didn't know this is built-in now!) -(setq scroll-conservatively 5 ; Smooth scrolling~ - scroll-margin 5) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html - (setq-default fill-column 94) ; Fill columns to half of my laptop's screen (global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all @@ -170,8 +167,6 @@ (use-package magit) ;; Parenthesis -(add-hook 'prog-mode-hook #'electric-pair-mode) - (use-package rainbow-delimiters :hook (prog-mode-hook . rainbow-delimiters-mode)) -- cgit v1.3.1