diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-09 08:46:00 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-09 08:46:00 +0800 |
| commit | 8fccba38e0d669dc1b30882b110c155ee84f63ca (patch) | |
| tree | 08844b98e486e37f32ad214174a50df619f89efc /.emacs.d/custom.el~ | |
| parent | d2821eb3ed37512fe09df0de81a3227b49f0ce14 (diff) | |
| download | dotfiles-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. |
