aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-18 23:58:56 -0800
committerGravatar Tom Willemse2019-02-18 23:58:56 -0800
commit58728653e1fb5e51bbf9a0b9791ce724f5483439 (patch)
treedae38ec1f3199216334df93cc549198a0c30f3ad /emacs
parentec4ba8784ea9f70a776c3c823bc1746a0f41e36c (diff)
downloadnew-dotfiles-58728653e1fb5e51bbf9a0b9791ce724f5483439.tar.gz
new-dotfiles-58728653e1fb5e51bbf9a0b9791ce724f5483439.zip
Remove loading of ‘oni-align’
It was removed in a previous commit because all the code in it was moved to other files.
Diffstat (limited to 'emacs')
-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 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"))