From ca354d7bc930b20d79b79b6a8c3d83eab86403f2 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Fri, 26 Dec 2025 00:58:15 +0100 Subject: Removed unused-unnecessary stuff --- init.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.el b/init.el index d8b6d7c..fe88468 100644 --- a/init.el +++ b/init.el @@ -115,12 +115,6 @@ gnus-message-archive-method '(nnimap "imap.gmail.com") gnus-message-archive-group "[Gmail]/Sent Mail") ; Gmail configuration -;; Undo -(use-package vundo - :custom - (vundo-glyph-alist vundo-unicode-symbols) - (vundo-compact-display t)) - ;; Catppuccin theme (load (locate-user-emacs-file "theme.el")) @@ -165,10 +159,6 @@ ;; Magit (use-package magit) -;; Parenthesis -(use-package rainbow-delimiters - :hook (prog-mode-hook . rainbow-delimiters-mode)) - ;; Markdown (use-package markdown-mode) -- cgit v1.3.1