From 12a741f358198becbb2f00625eccc70269da1a3a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 28 Mar 2016 12:08:42 -0700 Subject: TODOs --- .emacs.d/init.el | 2 ++ home-mrconfig | 1 + 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3