From a2e0594ef11a781a993a9f5e74d769056e6de543 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 12 Jun 2018 17:30:34 +0200 Subject: [PATCH] Remove custom-set-variables --- init.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/init.el b/init.el index 7670945..d614563 100644 --- a/init.el +++ b/init.el @@ -20,20 +20,3 @@ (org-babel-load-file (expand-file-name "~/.emacs.d/config.org"))) (provide 'init) -(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. - '(custom-safe-themes - (quote - ("5f27195e3f4b85ac50c1e2fac080f0dd6535440891c54fcfa62cdcefedf56b1b" default))) - '(package-selected-packages - (quote - (zygospore yasnippet-snippets volatile-highlights use-package undo-tree sr-speedbar smartparens smart-mode-line-powerline-theme py-autopep8 multiple-cursors magit irony-eldoc iedit helm-swoop helm-gtags helm-company flycheck-irony expand-region elpy dashboard company-irony comment-dwim-2)))) -(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. - )