Update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,6 +36,7 @@ rime
|
||||
flycheck_*.el
|
||||
tabsession.el
|
||||
emacs.desktop
|
||||
history
|
||||
!alias
|
||||
|
||||
# generated by elisp packages at root
|
||||
|
||||
7
init.el
7
init.el
@@ -6,6 +6,10 @@
|
||||
(require 'init-gc)
|
||||
(require 'init-better-default)
|
||||
(require 'init-ui)
|
||||
;; (require 'init-dashboard) ;; not working
|
||||
|
||||
(require 'init-god)
|
||||
;; (require 'init-meow)
|
||||
|
||||
(require 'init-hydra)
|
||||
|
||||
@@ -26,7 +30,10 @@
|
||||
(require 'init-vcs)
|
||||
(require 'init-shell)
|
||||
(require 'init-check)
|
||||
;; (require 'init-treemacs) ;; not working
|
||||
|
||||
(require 'init-eglot)
|
||||
;; (require 'init-lsp) ;; not working
|
||||
|
||||
(require 'init-org)
|
||||
(require 'init-tex)
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(elpaca dashboard
|
||||
(require 'dashboard))
|
||||
|
||||
(use-package doom-dashboard
|
||||
(use-package dashboard
|
||||
:init
|
||||
(use-package doom-dashboard
|
||||
:ensure (doom-dashboard :host github
|
||||
:repo "emacs-dashboard/doom-dashboard")
|
||||
:after dashboard
|
||||
:demand t
|
||||
;; Movement keys like doom.
|
||||
:bind
|
||||
@@ -38,5 +36,6 @@
|
||||
(projects . doom-dashboard-insert-project-shortmenu)
|
||||
(agenda . doom-dashboard-insert-org-agenda-shortmenu)))
|
||||
(dashboard-items '(projects agenda bookmarks recents)))
|
||||
)
|
||||
|
||||
(provide 'init-dashboard)
|
||||
|
||||
@@ -44,6 +44,11 @@
|
||||
|
||||
;; (elpaca example-package)
|
||||
|
||||
;; Uncomment for systems which cannot create symlinks:
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(elpaca-no-symlink-mode))
|
||||
|
||||
;; Install use-package support
|
||||
(elpaca elpaca-use-package
|
||||
;; Enable use-package :ensure support for Elpaca.
|
||||
|
||||
Reference in New Issue
Block a user