add idea of a custom tool-bar
This commit is contained in:
@@ -846,5 +846,10 @@ Version 2016-07-13"
|
||||
)
|
||||
)
|
||||
|
||||
(use-package calendar
|
||||
:defer t
|
||||
:config
|
||||
(setq calendar-week-start-day 1))
|
||||
|
||||
(provide 'general-settings)
|
||||
;;; general-settings.el ends here
|
||||
|
||||
@@ -113,7 +113,12 @@ DISPLAY-START: `integer', e.g. 3820"
|
||||
("s-t" . tab-bar-new-tab)
|
||||
("s-w" . tab-bar-close-tab))))
|
||||
:config
|
||||
|
||||
(add-to-list 'tab-bar-format #'tab-bar-format-menu-bar)
|
||||
|
||||
(require 'my-tool-bar)
|
||||
(add-to-list 'tab-bar-format #'my-tool-bar-format)
|
||||
|
||||
(tab-bar-rename-tab "Default")
|
||||
(defun my-tab-view-elisp ()
|
||||
(if (tab-bar--tab-index-by-name "ELisp IDE")
|
||||
@@ -347,7 +352,8 @@ DISPLAY-START: `integer', e.g. 3820"
|
||||
))
|
||||
|
||||
(use-package dashboard
|
||||
:defer 0.1
|
||||
:defer nil
|
||||
;; :defer 0.1
|
||||
:delight (dashboard-mode "Db") ;; "\u01F153
|
||||
:after (all-the-icons)
|
||||
:commands (dashboard-mode)
|
||||
|
||||
Reference in New Issue
Block a user