emacs: empty custom-set-variables call
This commit is contained in:
parent
256a1fd777
commit
4751cfdd85
1 changed files with 1 additions and 7 deletions
|
@ -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")))))
|
'(help-key-binding ((t (:inherit fixed-pitch :background "#181825" :foreground "#89b4fa" :box (:line-width (-1 . -1) :color "#11111b")))))
|
||||||
'(link ((t (:foreground "#89b4fa" :underline t))))
|
'(link ((t (:foreground "#89b4fa" :underline t))))
|
||||||
'(widget-field ((t (:extend t :background "#181825" :box (:line-width (1 . 1) :color "#11111b"))))))
|
'(widget-field ((t (:extend t :background "#181825" :box (:line-width (1 . 1) :color "#11111b"))))))
|
||||||
(custom-set-variables
|
(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)))
|
|
||||||
|
|
||||||
;; catppuccin theme
|
;; catppuccin theme
|
||||||
(package-install 'catppuccin-theme)
|
(package-install 'catppuccin-theme)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue