feat(wpcarro/emacs): Set initial-buffer-choice per-host
Work machines should prefer `/hadrian` and personal machines should prefer `/depot`. Change-Id: I03b605cc5ce233767146d83f14f368863897cf8b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6368 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
a8c13a5ce1
commit
bc60a7e454
4 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
;; Dependencies
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(require 'tvl)
|
||||
(require 'display)
|
||||
(require 'window-manager)
|
||||
|
||||
|
@ -20,6 +21,8 @@
|
|||
|
||||
(display-arrangement primary :displays (laptop))
|
||||
|
||||
(setq initial-buffer-choice tvl-depot-path)
|
||||
|
||||
(setq window-manager-named-workspaces
|
||||
(list (make-window-manager-named-workspace
|
||||
:label "Web Browsing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue