about summary refs log tree commit diff
path: root/emacs-elisp/config/orgmode.el
blob: c8e436be039b9c23686ee4144748e33c6808cc0e (plain)
1
2
3
4
5
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)