emacs: empty custom-set-variables call

This commit is contained in:
Jeremy Baxter 2024-05-06 09:10:21 +12:00
parent 256a1fd777
commit 4751cfdd85

View file

@ -219,13 +219,7 @@ One will be created if none exist."
'(help-key-binding ((t (:inherit fixed-pitch :background "#181825" :foreground "#89b4fa" :box (:line-width (-1 . -1) :color "#11111b")))))
'(link ((t (:foreground "#89b4fa" :underline t))))
'(widget-field ((t (:extend t :background "#181825" :box (:line-width (1 . 1) :color "#11111b"))))))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(image-dired breadcrumb nyan-mode simple-modeline catppuccin-theme magit which-key editorconfig diff-hl company vertico marginalia toc-org org-modern rainbow-delimiters rainbow-mode yaml-mode nix-mode markdown-mode lua-mode json-mode git-modes d-mode sudo-edit nerd-icons undo-tree evil)))
(custom-set-variables)
;; catppuccin theme
(package-install 'catppuccin-theme)