diff options
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 2a76f09..575e9bc 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2027,11 +2027,13 @@ Some bindings for org mode. :general (leader "aa" #'org-agenda - "fa" (proc (interactive) (find-file (car org-agenda-files)))) - (general-def - :states '(normal motion) + "fa" (proc (interactive) (find-file (car org-agenda-files))))) + (local-leader :keymaps 'org-mode-map - "C-c ;" #'org-property-action)) + "t" #'org-ctrl-c-ctrl-c + "l" #'org-latex-preview + "s" #'org-property-action + "e" #'org-export-dispatch)) #+end_src *** Org message Org message allows for the use of org mode when composing mails, @@ -2073,6 +2075,9 @@ reveal.js. Pretty nifty and it's easy to use. org-reveal-theme "sky")) #+end_src *** Org fragtog +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: Toggle latex fragments in org mode so you get fancy maths symbols. I use latex a bit in org mode as it is the premier way of getting mathematical symbols and text rendered and compiled, but org mode > |