Fix duplicate tabs display on startup
This commit is contained in:
parent
2e933bf544
commit
41db208a0a
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
(defun display-startup-echo-area-message ()
|
(defun display-startup-echo-area-message ()
|
||||||
(after! workgroups2
|
(after! workgroups2
|
||||||
(message "%sLoaded in %s" (narf/tab-display t) (emacs-init-time))))
|
(message "%sLoaded in %s" (narf/tab-display t t) (emacs-init-time))))
|
||||||
|
|
||||||
(require 'server)
|
(require 'server)
|
||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue