From ac2ad11c25104df53c775b6f9bdd38253725d2b8 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Fri, 5 May 2023 12:40:47 -0400 Subject: Use `org` and create a Section for PKMS stuff --- init.el | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/init.el b/init.el index 0a38172..382dd3d 100644 --- a/init.el +++ b/init.el @@ -350,6 +350,28 @@ +;; --------------------------------------------------------------------- +;;; Personal Knowledge Management System (PKMS) +;; -------------------------------------------- +;; Using `org', `org-roam', and a note-hierarchy I've developed over +;; several years of trial-and-error, I keep all my notes in a logical +;; organized collection. +;; --------------------------------------------------------------------- + +;; --------------------------------- +;; `org' +;; ----- +;; `org' is a versatile format for +;; note-taking and other stuff. It +;; is the core of my PKMS system. +;; --------------------------------- + +(use-package org + :straight t) + + + + ;; --------------------------------------------------------------------- ;;; Keybinds ;; --------- -- cgit v1.2.3