feat(emacs): Better vanilla emacs

This commit is contained in:
js0ny 2025-03-14 14:55:41 +00:00
parent 6d9140dc52
commit cfc5fc14af
10 changed files with 209 additions and 76 deletions

View file

@ -66,17 +66,6 @@
;; Use Emacs mode to use number to navigate dashboard
)
;(use-package dashboard
; :ensure t
; :init
; (dashboard-setup-startup-hook)
; :config
; (setq dashboard-banner-logo-title "EMACS")
; (setq dashboard-startup-banner 'official)
; (setq dashboard-items '((recents . 5)
; (bookmark . 5))))
;
(use-package wakatime-mode
:ensure t