+org-fragtog-mode to org-mode-hook

This commit is contained in:
dx
2020-05-13 04:54:48 +01:00
parent 1195569732
commit 51ab820b6f
2 changed files with 12 additions and 0 deletions

View File

@@ -389,6 +389,12 @@ Setup the agenda-files and the org-directory.
org-superstar-headline-bullets-list '("" "" "" "") org-superstar-headline-bullets-list '("" "" "" "")
org-log-repeat 'note)) org-log-repeat 'note))
#+END_SRC #+END_SRC
*** Fragtog
#+BEGIN_SRC elisp
(use-package org-fragtog
:config
(add-hook 'org-mode-hook #'org-fragtog-mode))
#+END_SRC
*** Thesaurus *** Thesaurus
Powerthesaurus installation, added a keybind in org-mode for looking up words. Powerthesaurus installation, added a keybind in org-mode for looking up words.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp

View File

@@ -32,6 +32,12 @@ Every now and then I like to use base16 themes, particularly when zen coding.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(package! base16-theme) (package! base16-theme)
#+END_SRC #+END_SRC
* Org-mode
** Fragtog
Fragtog allows for latex segments to be instantly compiled and only when you hover over them will you get the code, similar to prettify-symbols.
#+BEGIN_SRC elisp
(package! org-fragtog :recipe (:host github :repo "io12/org-fragtog"))
#+END_SRC
* Coding * Coding
** Tags ** Tags
Should really be an inbuilt feature for Ivy, as it is so damn useful. Better Should really be an inbuilt feature for Ivy, as it is so damn useful. Better