fix(wpcarro/emacs): Fix load order for ava, tarasco

Looks like the everything after the `window-manager-init` call doesn't run.

Change-Id: Ib5d81c5f079152bda658d213a39c07276b4ef6e6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6036
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-08-03 13:18:58 -07:00 committed by clbot
parent db0cfd0616
commit 70a13db93b
2 changed files with 20 additions and 16 deletions

View file

@ -2,13 +2,21 @@
;; Dependencies
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'bookmark)
(require 'display)
(require 'window-manager)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Monitor Configuration
;; Configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:kbd "h"))
(add-to-list 'ssh-hosts "wpcarro@tarasco")
(display-register primary
:output "HDMI-1"
:primary t
@ -47,11 +55,5 @@
:kbd "h"
:display display-secondary)))
;; I *think* this needs to be the last statement in this file.
(window-manager-init :init-hook #'display-arrange-main)
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:kbd "h"))
(add-to-list 'ssh-hosts "wpcarro@tarasco")

View file

@ -2,13 +2,21 @@
;; Dependencies
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'bookmark)
(require 'display)
(require 'window-manager)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Monitor Configuration
;; Configuration
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:kbd "h"))
(add-to-list 'ssh-hosts "wpcarro@ava")
(display-register primary
:output "HDMI-1"
:primary t
@ -47,11 +55,5 @@
:kbd "h"
:display display-secondary)))
;; I *think* this needs to be the last statement in this file.
(window-manager-init :init-hook #'display-arrange-main)
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:kbd "h"))
(add-to-list 'ssh-hosts "wpcarro@ava")