aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-14 15:34:09 +0800
committergxlin <[email protected]>2021-06-14 15:34:09 +0800
commita3c1649a195cf87db6581b5a8c703fa867462210 (patch)
tree060c7afc070f0affd382273519382243675e190a /.emacs.d/init.el
parent77af1ea1165d678a0b3953c43eaf7ddfc262ef68 (diff)
downloaddotfiles-a3c1649a195cf87db6581b5a8c703fa867462210.tar.gz
dotfiles-a3c1649a195cf87db6581b5a8c703fa867462210.tar.bz2
dotfiles-a3c1649a195cf87db6581b5a8c703fa867462210.zip
more config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7d213be..927ec8c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -18,6 +18,7 @@
(setq use-package-always-ensure t)
(xterm-mouse-mode 1) ;; Enable mouse
+(add-to-list 'load-path "~/.dotfiles/.emacs.d/")
(add-to-list 'load-path "~/.dotfiles/.emacs.d/modes/")
(use-package atom-one-dark-theme
@@ -37,6 +38,7 @@
(require 'init-evil-mode)
(require 'init-org-mode)
(require 'init-lsp-mode)
+(require 'init-mu4e)
;; ledger-mode
(use-package ledger-mode