diff --git a/emacs/+orgmode.el b/emacs/+orgmode.el index 8f04bc4..db3e723 100644 --- a/emacs/+orgmode.el +++ b/emacs/+orgmode.el @@ -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 diff --git a/emacs/config.org b/emacs/config.org index 539a880..151108b 100644 --- a/emacs/config.org +++ b/emacs/config.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.