diff options
Diffstat (limited to 'emacs.d/wpc/packages/wpc-ui.el')
-rw-r--r-- | emacs.d/wpc/packages/wpc-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/wpc/packages/wpc-ui.el b/emacs.d/wpc/packages/wpc-ui.el index 3d3b577e5906..c8126356e4f7 100644 --- a/emacs.d/wpc/packages/wpc-ui.el +++ b/emacs.d/wpc/packages/wpc-ui.el @@ -54,7 +54,7 @@ ;;(add-hook 'after-init-hook (lambda () (set-face-foreground 'linum "#da5468"))) ;; set default buffer for Emacs -(setq initial-buffer-choice "~/urbint/grid-client") +(setq initial-buffer-choice wpc/current-project) ;; transparent Emacs (set-frame-parameter (selected-frame) 'alpha '(100 . 100)) |