diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-12-26 00:58:15 +0100 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-01-19 22:54:48 +0100 |
| commit | ca354d7bc930b20d79b79b6a8c3d83eab86403f2 (patch) | |
| tree | 372ea454bdba183804262f9da2e3acec381a23c3 /init.el | |
| parent | 44d4b36557b4aa0619ca36270e8f6e159e6cd864 (diff) | |
Removed unused-unnecessary stuff
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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) |
