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"))