summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-28 12:08:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-28 12:08:42 -0700
commit12a741f358198becbb2f00625eccc70269da1a3a (patch)
treee1796af3047e54ab3d38946397faf5035c81c82a
parent46f3facc8f6232b9ed25ce01bbaef569a2f9974f (diff)
downloaddotfiles-12a741f358198becbb2f00625eccc70269da1a3a.tar.gz
TODOs
-rw-r--r--.emacs.d/init.el2
-rw-r--r--home-mrconfig1
2 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 615a8f89..67be4820 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -899,6 +899,8 @@
(if arg (avy-goto-char char nil)
(avy-goto-word-1 char nil)))
+ ;; TODO: prevent this from having any effect when
+ ;; variable-pitch-mode is off (probs. using advice)
(face-override-variable-pitch 'avy-lead-face-0)
(face-override-variable-pitch 'avy-lead-face-1)
(face-override-variable-pitch 'avy-lead-face-2)
diff --git a/home-mrconfig b/home-mrconfig
index 4cbe4f20..fcfbcb8f 100644
--- a/home-mrconfig
+++ b/home-mrconfig
@@ -219,6 +219,7 @@ fixups =
# just do it with manual fixup and have stow ignore this file.
# Name is different to avoid mr trying to chain load it at any
# point. Similarly for .stow-global-ignore
+ # TODO rm ~/.mrconfig using pre_stow? But then running mr from within ~/src/dotfiles might go wrong.. Or boostrap script writes ~/.mrconfig including ~/src/dotfiles/home-mrconfig
if ! win32; then
ln -sf $HOME/src/dotfiles/home-mrconfig $HOME/.mrconfig
ln -sf $HOME/src/dotfiles/.stow-global-ignore $HOME