summaryrefslogtreecommitdiff
path: root/.emacs.d/custom.el~
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2019-05-12 23:30:23 +0800
committerSteve Lee <me@xiangyangli.com>2019-05-12 23:30:23 +0800
commitda038cefee35b34398f175f862f8a8014460e972 (patch)
tree89a620d0df9f85a546668916004262265ce18cbf /.emacs.d/custom.el~
parent8fccba38e0d669dc1b30882b110c155ee84f63ca (diff)
downloaddotfiles-da038cefee35b34398f175f862f8a8014460e972.tar.xz
dotfiles-da038cefee35b34398f175f862f8a8014460e972.zip
ignore tmp file
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.
- )