summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-04-03 21:26:12 -0400
committerSteph Enders <steph@senders.io>2023-04-03 21:26:12 -0400
commit7d84ab503b4a56ce82ccab0d66255689359acdf2 (patch)
tree1b3aafe47095fb173b5b0bf02d499c0f1da873bb /.emacs.d/init.el
parente7e55fbfe688edc7ad8e2f273abd66be7ef54c19 (diff)
Setup org-roam and org-roam-ui
In order to best integrate I also setup use-package which changed a bunch too.
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 42788eb..f4a10bf 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -59,6 +59,13 @@
(interactive)
(moe-dark))
+;; Package specific settings
(global-set-key "\C-cl" 'use-light-theme)
(global-set-key "\C-cd" 'use-dark-theme)
+(global-set-key (kbd "M-x") #'helm-M-x)
+(global-set-key (kbd "C-x C-f") #'helm-find-files)
+(helm-mode 1)
(setq lsp-keymap-prefix "C-s-l")
+(setq org-roam-completion-everywhere t)
+
+(setq org-agenda-files '("~/Documents/org/"))