diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-30 07:33:03 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | cb6e01f0f77e53da512af64380523446392f8ec9 (patch) | |
tree | 2472fb360a670bdce0e6f0947d3ba7f3371706bf /Doom/.doom.d/org/config.org | |
parent | ba80198a569564e3457aaed35978c03ace6363d7 (diff) | |
download | dotfiles-cb6e01f0f77e53da512af64380523446392f8ec9.tar.gz dotfiles-cb6e01f0f77e53da512af64380523446392f8ec9.tar.bz2 dotfiles-cb6e01f0f77e53da512af64380523446392f8ec9.zip |
-narrowing binds for org mode
The normal 'z{nN}' binds are good enough for me.
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index 3dff55d..feb9c44 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -388,7 +388,6 @@ Setup the agenda-files and the org-directory. #+END_SRC *** Org keymap - I like using org-export often, so bind it to a primary bind. -- Narrowing is important and I use it often, so bind that to a prefix - Loading latex fragments is nice #+BEGIN_SRC elisp (map! ; Org keybinds @@ -397,10 +396,6 @@ Setup the agenda-files and the org-directory. :localleader :desc "Org dispatch" "e" #'org-export-dispatch :desc "Org LaTeX" "E" #'org-latex-export-as-latex - :desc "Load fragments" "L" #'org-latex-preview - (:prefix ("N" . "narrow") - :desc "Narrow to subtree" "n" #'org-narrow-to-subtree - :desc "Go out of narrow" "o" #'widen)) #+END_SRC * Key-map General keymap |