diff options
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 60e346a..c71741f 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -354,6 +354,16 @@ config might get what i want with vanilla built ins. (package-install 'markdown-mode) #+end_src +** org mode +*** exporting +**** htmilze + +this seems to be required to fontify source blocks + +#+begin_src emacs-lisp + (package-install 'htmlize) +#+end_src + * Programming :PROPERTIES: :header-args:emacs-lisp: :noweb-ref programming :noweb-sep "\n\n" :results silent @@ -447,14 +457,6 @@ depending on the window layout currently in use. (package-install 'darkroom) #+end_src -*** comp warnings -#+begin_example -Warning (comp): darkroom.el:337:13: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode' Disable showing Disable logging -Warning (comp): darkroom.el:338:9: Warning: reference to free variable ‘darkroom-tentative-mode’ Disable showing Disable logging -Warning (comp): darkroom.el:361:13: Warning: Use keywords rather than deprecated positional arguments to `define-minor-mode' Disable showing Disable logging -Warning (comp): darkroom.el:365:10: Warning: function ‘darkroom-tentative-mode’ defined multiple times in this file Disable showing Disable logging -#+end_example - ** Fonts For code, I've grown fond of Victor Mono. |