+org-fragtog-mode to org-mode-hook
This commit is contained in:
@@ -389,6 +389,12 @@ Setup the agenda-files and the org-directory.
|
||||
org-superstar-headline-bullets-list '("◉" "‣" "⧈" "⬠")
|
||||
org-log-repeat 'note))
|
||||
#+END_SRC
|
||||
*** Fragtog
|
||||
#+BEGIN_SRC elisp
|
||||
(use-package org-fragtog
|
||||
:config
|
||||
(add-hook 'org-mode-hook #'org-fragtog-mode))
|
||||
#+END_SRC
|
||||
*** Thesaurus
|
||||
Powerthesaurus installation, added a keybind in org-mode for looking up words.
|
||||
#+BEGIN_SRC elisp
|
||||
|
||||
@@ -32,6 +32,12 @@ Every now and then I like to use base16 themes, particularly when zen coding.
|
||||
#+BEGIN_SRC elisp
|
||||
(package! base16-theme)
|
||||
#+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
|
||||
** Tags
|
||||
Should really be an inbuilt feature for Ivy, as it is so damn useful. Better
|
||||
|
||||
Reference in New Issue
Block a user