Cleaning up old solaire-mode
This commit is contained in:
parent
8835afe314
commit
0b3fbeb3d9
|
@ -155,9 +155,6 @@ See https://emacs.stackexchange.com/questions/63517/org-mode-evaluate-diff-code-
|
|||
(with-current-buffer "*patch*" (buffer-string))
|
||||
(kill-buffer "*patch*"))))
|
||||
|
||||
;(add-hook! 'org-mode-hook #'solaire-mode)
|
||||
;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset)
|
||||
|
||||
(use-package! ox-tufte)
|
||||
|
||||
(after! org
|
||||
|
|
|
@ -930,12 +930,6 @@ cat a.org
|
|||
| 3 |
|
||||
#+end_example
|
||||
|
||||
** Solaire
|
||||
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
||||
;(add-hook! 'org-mode-hook #'solaire-mode)
|
||||
;(add-hook 'mixed-pitch-mode-hook #'solaire-mode-reset)
|
||||
#+end_src
|
||||
|
||||
** Export to Tufte
|
||||
Rather than using =org-export-dispatch='s html export, we'll want to use [[https://github.com/ox-tufte/ox-tufte][ox-tufte]]. The HTML output is a more reasonable than the HTML format.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user