Clean up init file
This commit is contained in:
parent
7fb33e56e1
commit
a7bf614e4c
2 changed files with 4 additions and 3 deletions
|
@ -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))
|
||||
|
|
3
init.el
3
init.el
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue