diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-11-20 20:03:24 +0100 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-11-20 20:03:24 +0100 |
| commit | 8363cc35727bc42b79bc11bef24cf78de60331d1 (patch) | |
| tree | 21de919df6e60df02405a1737aabf4096090e196 | |
| parent | 345127d4267c15e3a9dd7ff76e4fbac21368a5b0 (diff) | |
Revert Emacs' default behavior for parenthesis and scroll
| -rw-r--r-- | init.el | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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)) |
