aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-05 12:40:47 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-05 12:40:47 -0400
commitac2ad11c25104df53c775b6f9bdd38253725d2b8 (patch)
treeed3809b925186c9a799bb0f148b53549f42a21c7 /init.el
parentPR #19: Merge `temporary-theme` branch to `stable` branch (diff)
downloadmmosmacs-ac2ad11c25104df53c775b6f9bdd38253725d2b8.tar.gz
mmosmacs-ac2ad11c25104df53c775b6f9bdd38253725d2b8.tar.bz2
mmosmacs-ac2ad11c25104df53c775b6f9bdd38253725d2b8.zip
Use `org` and create a Section for PKMS stuff
Diffstat (limited to 'init.el')
-rw-r--r--init.el22
1 files changed, 22 insertions, 0 deletions
diff --git a/init.el b/init.el
index 0a38172..382dd3d 100644
--- a/init.el
+++ b/init.el
@@ -351,6 +351,28 @@
351 351
352 352
353;; --------------------------------------------------------------------- 353;; ---------------------------------------------------------------------
354;;; Personal Knowledge Management System (PKMS)
355;; --------------------------------------------
356;; Using `org', `org-roam', and a note-hierarchy I've developed over
357;; several years of trial-and-error, I keep all my notes in a logical
358;; organized collection.
359;; ---------------------------------------------------------------------
360
361;; ---------------------------------
362;; `org'
363;; -----
364;; `org' is a versatile format for
365;; note-taking and other stuff. It
366;; is the core of my PKMS system.
367;; ---------------------------------
368
369(use-package org
370 :straight t)
371
372
373
374
375;; ---------------------------------------------------------------------
354;;; Keybinds 376;;; Keybinds
355;; --------- 377;; ---------
356;; For now, just a few simple changes. 378;; For now, just a few simple changes.