Remove agenda and hook from dashboard, update rsync-local-config files list
This commit is contained in:
parent
c6bc43d1cc
commit
b8bdbd1675
|
@ -216,7 +216,7 @@
|
|||
}
|
||||
rsync-local-config () {
|
||||
HOST=$1
|
||||
for TARGET in bat git emacs/init.el emacs/config.org emacs/snippets starship.toml; do
|
||||
for TARGET in bat git emacs/init.el starship.toml; do
|
||||
SOURCE="${config.xdg.configHome}/$TARGET"
|
||||
TMP_TARGET=/tmp/rsync-local-config
|
||||
TMP_SOURCE=$TMP_TARGET
|
||||
|
|
|
@ -175,10 +175,7 @@
|
|||
dashboard-projects-switch-function 'project-switch-project
|
||||
dashboard-projects-show-base t
|
||||
dashboard-recentf-show-base 'align
|
||||
dashboard-items '((recents . 5)
|
||||
(agenda . 15))
|
||||
dashboard-heading-icons '((recents . "nf-oct-history")
|
||||
(agenda . "nf-oct-calendar"))
|
||||
dashboard-items '()
|
||||
dashboard-banner-ascii (concat " .000000. \n"
|
||||
" .0. .0. \n"
|
||||
" .00. .00. \n"
|
||||
|
@ -194,8 +191,7 @@
|
|||
" HHH HHHHHH \n"
|
||||
" HHHHH HH \n"))
|
||||
(when (require 'dashboard nil :noerror)
|
||||
(keymap-global-set "C-c d" #'dashboard-open)
|
||||
(add-hook 'dashboard-mode-hook #'khalel-import-events))
|
||||
(keymap-global-set "C-c d" #'dashboard-open))
|
||||
|
||||
;; Extra minor-modes
|
||||
(when (require 'git-gutter nil :noerror)
|
||||
|
|
|
@ -216,10 +216,7 @@ Will reorganise into separate sections later
|
|||
dashboard-projects-switch-function 'project-switch-project
|
||||
dashboard-projects-show-base t
|
||||
dashboard-recentf-show-base 'align
|
||||
dashboard-items '((recents . 5)
|
||||
(agenda . 15))
|
||||
dashboard-heading-icons '((recents . "nf-oct-history")
|
||||
(agenda . "nf-oct-calendar"))
|
||||
dashboard-items '()
|
||||
dashboard-banner-ascii (concat " .000000. \n"
|
||||
" .0. .0. \n"
|
||||
" .00. .00. \n"
|
||||
|
@ -235,8 +232,7 @@ Will reorganise into separate sections later
|
|||
" HHH HHHHHH \n"
|
||||
" HHHHH HH \n"))
|
||||
(when (require 'dashboard nil :noerror)
|
||||
(keymap-global-set "C-c d" #'dashboard-open)
|
||||
(add-hook 'dashboard-mode-hook #'khalel-import-events))
|
||||
(keymap-global-set "C-c d" #'dashboard-open))
|
||||
|
||||
;; Extra minor-modes
|
||||
(when (require 'git-gutter nil :noerror)
|
||||
|
|
Loading…
Reference in a new issue