Call speedbar at least
This commit is contained in:
parent
28b505bae3
commit
bc3f9dbd7d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
(setq-default grep-command "grep -i -nH -e ")
|
||||
|
||||
;; Files and sessions
|
||||
(when window-system (speedbar t))
|
||||
(setq-default auto-save-timeout 60)
|
||||
|
||||
;; Tabs, spaces, lines and parenthesis
|
||||
|
|
|
@ -15,4 +15,5 @@
|
|||
(if (display-graphic-p)
|
||||
(add-hook 'after-init-hook (lambda ()
|
||||
(org-agenda-list)
|
||||
(me/split-windows-horizontal))))
|
||||
(me/split-windows-horizontal)
|
||||
(speedbar t))))
|
||||
|
|
Loading…
Add table
Reference in a new issue