diff options
author | Alan Pearce | 2015-12-09 17:00:38 +0100 |
---|---|---|
committer | Alan Pearce | 2015-12-09 17:00:38 +0100 |
commit | b51f0140be39ee5efb670e5a38fb35226d57fb2f (patch) | |
tree | e7073dae080360009bd20ab44529d7fb44f64e16 /tag-emacs | |
parent | 86e1b50e0491b1047e3c0484ef7aad7a02019b67 (diff) | |
download | dotfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.tar.lz dotfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.tar.zst dotfiles-b51f0140be39ee5efb670e5a38fb35226d57fb2f.zip |
Emacs: Fix error after loading align
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 0e062f5..afe2681 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" |