summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-12-09 17:00:38 +0100
committerAlan Pearce2015-12-09 17:00:38 +0100
commitb51f0140be39ee5efb670e5a38fb35226d57fb2f (patch)
treee7073dae080360009bd20ab44529d7fb44f64e16
parent86e1b50e0491b1047e3c0484ef7aad7a02019b67 (diff)
downloadnixfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.tar.lz
nixfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.tar.zst
nixfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.zip
Emacs: Fix error after loading align
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 0e062f56..afe2681f 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -585,7 +585,7 @@ with spaces.  Perfect!
   (use-package smart-tabs-mode
     :defer 1
     :config (progn
-              (with-eval-after-load 'align
+              (with-eval-after-load "align.el"
                 (smart-tabs-mode/no-tabs-mode-advice align)
                 (smart-tabs-mode/no-tabs-mode-advice align-regexp))
               (eval-after-load "indent.el"