diff options
Diffstat (limited to 'emacs-elisp/config/orgmode.el')
-rw-r--r-- | emacs-elisp/config/orgmode.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs-elisp/config/orgmode.el b/emacs-elisp/config/orgmode.el new file mode 100644 index 0000000..c8e436b --- /dev/null +++ b/emacs-elisp/config/orgmode.el @@ -0,0 +1,6 @@ +;; Add shorthands for Org Functions +(require 'org-tempo) + +;; Use both Mono and Variable fonts in a single buffer +(use-package mixed-pitch) +(add-hook 'org-mode-hook 'mixed-pitch-mode) |