diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 4858508..192c697 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -316,17 +316,3 @@ (use-package which-key :init (which-key-mode)) - -(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 - '(org-fragtog org-roam-ui org-pomodoro all-the-icons-dired emacsql-sqlite-builtin citar-org-roam org-appear hide-mode-line doom-modeline all-the-icons citar-embark citar nano-modeline which-key vertico orderless modus-themes marginalia magit embark-consult dashboard consult-projectile company-web company-go company-box))) -(custom-set-faces - ;; custom-set-faces 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. - )