Skip to content

Commit

Permalink
Dashboard support isn't scheduled until next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Chou committed Jun 27, 2018
1 parent aacec28 commit a2bc557
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .emacs.portacle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
(setq inhibit-startup-message t)
(setq display-time-format (format-time-string "%I:%M %p"))
(setq split-height-threshold nil)
(setq org-agenda-files '((expand-file-name (portacle-path "../../agendas/"))))
(setq default-directory (expand-file-name (portacle-path "../../projects/")))
(delete-selection-mode 1)
(display-time-mode 1)
Expand Down Expand Up @@ -64,15 +63,6 @@
(beacon-mode 1)
(setq beacon-color "#72dfd9"))

(use-package dashboard
:ensure t
:config
(dashboard-setup-startup-hook)
(setq dashboard-banner-logo-title "あなたの愛した世界 ")
(setq dashboard-items '((recents . 20)
(bookmarks . 5)
(agenda . 5))))

(use-package dockerfile-mode
:ensure t
:config
Expand Down

0 comments on commit a2bc557

Please sign in to comment.