From 58728653e1fb5e51bbf9a0b9791ce724f5483439 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 18 Feb 2019 23:58:56 -0800 Subject: Remove loading of ‘oni-align’ It was removed in a previous commit because all the code in it was moved to other files. --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9c78853..28b3770 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -214,7 +214,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" ;; (propertize (concat " " (char-to-string #xf233)) ;; 'face '(:family "Font Awesome" :height 0.75)))) -(with-eval-after-load 'align (load "oni-align")) (with-eval-after-load 'cc-mode (load "oni-cpp-init")) (with-eval-after-load 'circe (load "oni-circe-init")) (with-eval-after-load 'cmake-mode (load "oni-cmake-init")) -- cgit v1.2.3-54-g00ecf