diff options
author | mms <michal@sapka.me> | 2024-06-13 16:56:56 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-13 16:56:56 +0200 |
commit | a6f933fe524f544ec02afe9bd08a1c8ee909c784 (patch) | |
tree | 49d24b95ffdab891b1e9442d045c192276814568 /mms-ox.org | |
parent | 11760041c7ebf7301e37f07e1e1a78bbdcc50a87 (diff) |
feat: tidy up
Diffstat (limited to 'mms-ox.org')
-rw-r--r-- | mms-ox.org | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -39,8 +39,6 @@ I want to use all available languages. (plantuml . t))) #+end_src -#+RESULTS: - Don't ask for confirmation when evaluating, don't be annoying. #+begin_src emacs-lisp @@ -77,11 +75,3 @@ Why do markdown when you don't need to? (use-package ox-gfm) #+end_src -* Fast access - -Lastly, let's open my org folder /fast/ - -#+begin_src emacs-lisp - (mms-leader-keys - "o o" '((lambda () (interactive) (find-file "~/org")) :wk "Open org folder")) -#+end_src |