Remove loading of ‘oni-align’

It was removed in a previous commit because all the code in it was moved to
other files.
This commit is contained in:
Tom Willemse 2019-02-18 23:58:56 -08:00
parent ec4ba8784e
commit 58728653e1

View file

@ -214,7 +214,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
;; (propertize (concat " " (char-to-string #xf233)) ;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75)))) ;; '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 'cc-mode (load "oni-cpp-init"))
(with-eval-after-load 'circe (load "oni-circe-init")) (with-eval-after-load 'circe (load "oni-circe-init"))
(with-eval-after-load 'cmake-mode (load "oni-cmake-init")) (with-eval-after-load 'cmake-mode (load "oni-cmake-init"))