about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 2 insertions, 6 deletions
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: