From ca8d15ad9c5560aaa87ab20e7a2f3c364ebea9e1 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 31 Dec 2018 11:36:42 -0500 Subject: [PATCH] ignore some emacs.d files --- .gitignore | 2 ++ emacs.d/custom.el | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 emacs.d/custom.el diff --git a/.gitignore b/.gitignore index 5d591e7..327419d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ emacs.d/*.eld emacs.d/history emacs.d/places emacs.d/recentf +emacs.d/auto-save-list +emacs.d/custom.el diff --git a/emacs.d/custom.el b/emacs.d/custom.el deleted file mode 100644 index 438279b..0000000 --- a/emacs.d/custom.el +++ /dev/null @@ -1,14 +0,0 @@ -(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 - (quote - (doom-modeline centered-cursor-mode flycheck company-anaconda anaconda-mode smartparens diminish ws-butler company helm-projectile projectile helm-ag helm osx-clipboard monokai-theme use-package)))) -(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. - )