From 2ce9e9ccc31da7cc74942bde3fca67a9d23b0045 Mon Sep 17 00:00:00 2001 From: Akko Date: Sun, 16 Apr 2023 15:37:03 +0200 Subject: [PATCH] add org roam --- config.el | 8 -------- init.el | 8 +++++--- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/config.el b/config.el index 365a6d0..c4949ca 100644 --- a/config.el +++ b/config.el @@ -73,14 +73,6 @@ (setq treemacs--width-is-locked nil) - ;(centaur-tabs-mode 0) - ;(setq centaur-tabs-style "bar") - ;(setq centaur-tabs-modified-marker "*") - ;(setq centaur-tabs-set-bar 'left) - ; - ;(centaur-tabs-change-fonts "Mononoki" 120) - ;(centaur-tabs-group-by-projectile-project) - (setq doom-theme 'doom-old-hope) (display-time-mode 1) diff --git a/init.el b/init.el index 295739d..7dd65ee 100644 --- a/init.el +++ b/init.el @@ -144,10 +144,12 @@ ;;+journal +dragndrop ; drag & drop files/images into org buffers ;;+hugo ; use Emacs for hugo blogging - +ipython ; ipython/jupyter support for babel +pandoc ; export-with-pandoc support - ;;+pomodoro ; be fruitful with the tomato technique - +present) ; using org-mode for presentations + +pomodoro ; be fruitful with the tomato technique + +roam2 + +present + +pretty ; performance intensive + ) ;;perl ; write code no one else can comprehend ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more