From 09daca2fea2a857caddbeed2723b6e0c1854877d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 14 Jan 2019 13:39:43 +0100 Subject: fix(init): Move ace-window-display-mode into hook function For some reason that I can not be bothered to debug this mode will only work correctly if initialised from inside this hook function (or manually, after startup). --- init.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 32b87ba32b12..f76fb9fea4c6 100644 --- a/init.el +++ b/init.el @@ -152,19 +152,15 @@ modes bindings term-setup - eshell-setup - )) + eshell-setup)) (telephone-line-setup) + (ace-window-display-mode) (use-package sly :init (setq inferior-lisp-program (concat (nix-store-path "sbcl") "/bin/sbcl")) ;;(add-to-list 'company-backends 'sly-company) )) -;; Show previews of ace-window numbers in the mode line for each -;; window. Initialising this in the package configuration does not -;; work. -(ace-window-display-mode) ;; Some packages can only be initialised after the rest of the ;; settings has been applied: -- cgit 1.4.1