diff options
Diffstat (limited to 'init.el')
| -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)) |
