summaryrefslogtreecommitdiff
path: root/.emacs.d/custom.el~
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2019-05-09 08:46:00 +0800
committerSteve Lee <me@xiangyangli.com>2019-05-09 08:46:00 +0800
commit8fccba38e0d669dc1b30882b110c155ee84f63ca (patch)
tree08844b98e486e37f32ad214174a50df619f89efc /.emacs.d/custom.el~
parentd2821eb3ed37512fe09df0de81a3227b49f0ce14 (diff)
downloaddotfiles-8fccba38e0d669dc1b30882b110c155ee84f63ca.tar.xz
dotfiles-8fccba38e0d669dc1b30882b110c155ee84f63ca.zip
add slime
Diffstat (limited to '.emacs.d/custom.el~')
-rw-r--r--.emacs.d/custom.el~2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/custom.el~ b/.emacs.d/custom.el~
index bbbc261..18431b0 100644
--- a/.emacs.d/custom.el~
+++ b/.emacs.d/custom.el~
@@ -12,7 +12,7 @@
'(inhibit-startup-screen t)
'(package-selected-packages
(quote
- (evil window-numbering scala-mode oceanic-theme neotree helm flycheck expand-region evil-leader company))))
+ (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.