From 2bb475c91d90e6258a0c279713251d7dbf35b3cd Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sun, 12 May 2019 23:37:06 +0800 Subject: remove emacs custom.el --- .emacs.d/custom.el | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .emacs.d/custom.el diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el deleted file mode 100644 index 18431b0..0000000 --- a/.emacs.d/custom.el +++ /dev/null @@ -1,21 +0,0 @@ -;;; company --- All custom configuration - -;;; Commentary: - -;;; Code: - -(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. - '(inhibit-startup-screen t) - '(package-selected-packages - (quote - (slime evil window-numbering scala-mode oceanic-theme neotree helm flycheck expand-region evil-leader company)))) -(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. - ) -- cgit v1.2.3