all repos — nixfiles @ 74471682ce902d49a44a507801be9c04dc38cda0

System and user configuration, managed by nix and home-manager

Emacs: configure winner-mode after initialising
Alan Pearce alan@alanpearce.co.uk
Mon, 21 Apr 2014 19:37:27 +0100
commit

74471682ce902d49a44a507801be9c04dc38cda0

parent

1eff3e67ebf51045e13220e4685e9b691d267a7c

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1031,7 +1031,10 @@ (scroll-bar-mode -1)   (tooltip-mode -1)
   (tool-bar-mode -1))
 
-(winner-mode 1)
+(use-package winner
+  :init (progn
+          (winner-mode 1)
+          (setq winner-boring-buffers '("*Completions*" "*Help*" "*Apropos*" "*Buffer List*" "*info*" "*Compile-Log*"))))
 
 (use-package windmove
   :bind (("S-<left>"  . windmove-left)