diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 00:27:52 +0800 |
| commit | fce861a15669b403935709bfc2d8226587a74ca1 (patch) | |
| tree | 2293ded8ed63bb3b0cccd0db29d44e65b0a9c1cc /.emacs.d/custom.el | |
| parent | 12548c64d926a29d25c9046af4bf7da9d6dc18b4 (diff) | |
| parent | e49e90668a6e24046329461bb598d180cee18a00 (diff) | |
| download | dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.tar.xz dotfiles-fce861a15669b403935709bfc2d8226587a74ca1.zip | |
Merge branch 'master' of ssh://vs-ssh.visualstudio.com:22/42/_ssh/dotfiles
Diffstat (limited to '.emacs.d/custom.el')
| -rw-r--r-- | .emacs.d/custom.el | 21 |
1 files changed, 0 insertions, 21 deletions
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. - ) |
