diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-02-22 01:08:57 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-02-22 01:10:59 -0700 |
commit | 84f786507d38e4df433171e3b96ae3a86e9e392d (patch) | |
tree | 2a0555ff58ba8578c86aa53c0ba36caa95249e5c /mixins/researcher.el | |
parent | c707e60949eeda92c437e2ea1dbd258d04a1bff1 (diff) |
Create files for next mixins
Diffstat (limited to 'mixins/researcher.el')
-rw-r--r-- | mixins/researcher.el | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/mixins/researcher.el b/mixins/researcher.el new file mode 100644 index 0000000..fad1a36 --- /dev/null +++ b/mixins/researcher.el @@ -0,0 +1,38 @@ +;;; Emacs Bedrock +;;; +;;; Mixin: Researcher + +;;; Usage: Append or require this file from init.el for research helps. If you +;;; write papers in LaTeX and need to manage your citations or keep track of +;;; notes, this package is for you. + +;;; Contents: +;;; +;;; - Citation Management +;;; - Authoring +;;; - Note Taking: Org-Roam +;;; - Note Taking: Denote + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Citation Management +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Authoring +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Note Taking: Org-Roam +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Note Taking: Denote +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |