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:
parent
db0cfd0616
commit
70a13db93b
2 changed files with 20 additions and 16 deletions
|
@ -2,13 +2,21 @@
|
||||||
;; Dependencies
|
;; Dependencies
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(require 'bookmark)
|
||||||
(require 'display)
|
(require 'display)
|
||||||
(require 'window-manager)
|
(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
|
(display-register primary
|
||||||
:output "HDMI-1"
|
:output "HDMI-1"
|
||||||
:primary t
|
:primary t
|
||||||
|
@ -47,11 +55,5 @@
|
||||||
:kbd "h"
|
:kbd "h"
|
||||||
:display display-secondary)))
|
:display display-secondary)))
|
||||||
|
|
||||||
|
;; I *think* this needs to be the last statement in this file.
|
||||||
(window-manager-init :init-hook #'display-arrange-main)
|
(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")
|
|
||||||
|
|
|
@ -2,13 +2,21 @@
|
||||||
;; Dependencies
|
;; Dependencies
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(require 'bookmark)
|
||||||
(require 'display)
|
(require 'display)
|
||||||
(require 'window-manager)
|
(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
|
(display-register primary
|
||||||
:output "HDMI-1"
|
:output "HDMI-1"
|
||||||
:primary t
|
:primary t
|
||||||
|
@ -47,11 +55,5 @@
|
||||||
:kbd "h"
|
:kbd "h"
|
||||||
:display display-secondary)))
|
:display display-secondary)))
|
||||||
|
|
||||||
|
;; I *think* this needs to be the last statement in this file.
|
||||||
(window-manager-init :init-hook #'display-arrange-main)
|
(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")
|
|
||||||
|
|
Loading…
Reference in a new issue