aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-26 22:50:32 -0800
committerGravatar Tom Willemse2019-02-26 22:50:32 -0800
commit189fe06172ace4ee630aed4c2887e32f36ffa064 (patch)
tree5f95af016e758955fc4081e6dbbddbc00028a2ee /emacs/.emacs.d/init.el
parent2a2bbbd3b3d9241168bc270bda6cfb2f90c36130 (diff)
downloadnew-dotfiles-189fe06172ace4ee630aed4c2887e32f36ffa064.tar.gz
new-dotfiles-189fe06172ace4ee630aed4c2887e32f36ffa064.zip
Move Scheme configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 68068af..9c87a58 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -162,7 +162,6 @@
;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75))))
-(with-eval-after-load 'scheme (load "oni-scheme-init"))
(with-eval-after-load 'sh-mode (load "oni-sh-mode-init"))
(with-eval-after-load 'yasnippet (load "oni-yasnippet-init"))
(with-eval-after-load 'rust-mode (load "oni-rust-init"))