Updating Doom Emacs.

This commit is contained in:
Derek Taylor
2020-06-19 22:43:40 -05:00
parent 0f664d532a
commit a5c86c514a
453 changed files with 13527 additions and 12455 deletions

View File

@@ -16,8 +16,9 @@
:init
(global-set-key [remap other-window] #'ace-window)
:config
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-scope 'frame
(unless (featurep! +numbers)
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)))
(setq aw-scope 'frame
aw-background t))

View File

@@ -2,8 +2,8 @@
;;; ui/window-select/packages.el
(if (featurep! +switch-window)
(package! switch-window)
(package! ace-window))
(package! switch-window :pin "8710f6304d843365fb59b6efe7e1f729d14e557c")
(package! ace-window :pin "7003c88cd9cad58dc35c7cd13ebc61c355fb5be7"))
(when (featurep! +numbers)
(package! winum))
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))