summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 0 insertions, 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)