diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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. |