Clean up init file

This commit is contained in:
Marcus Kammer 2021-12-15 20:32:37 +01:00
parent 7fb33e56e1
commit a7bf614e4c
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 4 additions and 3 deletions

View file

@ -74,3 +74,7 @@
(s-replace ".git" "" remote-url)
"/pull/"
(match-string 1 region)))))))
(if (display-graphic-p)
(add-hook 'after-init-hook (lambda () (org-agenda-list) (me/split-h3)))
(org-agenda-list))

View file

@ -12,6 +12,3 @@
(load "bundle--holidays")
(load "bundle--latex")
(load "bundle--mk")
(if (display-graphic-p)
(add-hook 'after-init-hook (lambda () (org-agenda-list) (me/split-h3))))