From 285b4395ac60704de7908c7f9ea5c1d3d48faeb1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Feb 2019 23:23:18 -0800 Subject: Move yasnippet configuration to emacs-config --- emacs/.emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index c713272..724ad6d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -162,8 +162,6 @@ ;; (propertize (concat " " (char-to-string #xf233)) ;; 'face '(:family "Font Awesome" :height 0.75)))) -(with-eval-after-load 'yasnippet (load "oni-yasnippet-init")) - (add-hook 'ielm-mode-hook 'paredit-mode) (add-hook 'prog-mode-hook 'goto-address-prog-mode) -- cgit v1.2.3-54-g00ecf