diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-13 04:54:33 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-13 04:54:41 +0100 |
commit | 1195569732469c97dbf18499fab4c0233d5714dc (patch) | |
tree | 06e3ffb3783fd3a56088b389b9abf6f799ce1b03 /Doom/.doom.d/org/config.org | |
parent | f0259cc9021be7f3d9b3982ec6a17ce9b3ea31da (diff) | |
download | dotfiles-1195569732469c97dbf18499fab4c0233d5714dc.tar.gz dotfiles-1195569732469c97dbf18499fab4c0233d5714dc.tar.bz2 dotfiles-1195569732469c97dbf18499fab4c0233d5714dc.zip |
~moved thesaurus to org section
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index d7d900f..f17b160 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -111,20 +111,6 @@ the interactive menu as well. :icon (all-the-icons-octicon "bookmark" :face 'font-lock-keyword-face) :action bookmark-jump))) #+END_SRC -** Thesaurus -Powerthesaurus installation, added a keybind in org-mode for looking up words. -#+BEGIN_SRC elisp -(use-package! powerthesaurus - :after-call (org-mode) - :defer-incrementally (org) - :config - (map! - :localleader - :map org-mode-map - :prefix "w" - :desc "Thesaurus" "t" #'powerthesaurus-lookup-word-at-point)) -#+END_SRC -Powerthesaurus for thesaurus on writer files ** Spelling checker Keybinds to org-mode for flyspell package #+BEGIN_SRC elisp @@ -403,6 +389,20 @@ Setup the agenda-files and the org-directory. org-superstar-headline-bullets-list '("◉" "‣" "⧈" "⬠") org-log-repeat 'note)) #+END_SRC +*** Thesaurus +Powerthesaurus installation, added a keybind in org-mode for looking up words. +#+BEGIN_SRC elisp +(use-package! powerthesaurus + :after-call (org-mode) + :defer-incrementally (org) + :config + (map! + :localleader + :map org-mode-map + :prefix "w" + :desc "Thesaurus" "t" #'powerthesaurus-lookup-word-at-point)) +#+END_SRC +Powerthesaurus for thesaurus on writer files *** Org keymap - I like using org-export often, so bind it to a primary bind. - Loading latex fragments is nice |