Add proper justification to epub in #emacs

This commit is contained in:
Colin Powell
2019-11-06 16:20:46 -05:00
parent 12059b734b
commit c9e8196eb6
3 changed files with 35 additions and 3 deletions

View File

@ -15,7 +15,6 @@
(if (display-graphic-p)
(setq doom-theme 'doom-peacock))
;; Fonts
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21))
@ -170,12 +169,13 @@
(add-to-list 'auto-mode-alist '("\\.plantuml\\'" . planetuml-mode))
(load! "+ui.el")
(load! "+org") ;; Org mode stuff like todos and rebindings
(load! "+org") ;; Org mode stuff like todos and rebindings
(load! "+org-cal")
;(load! "+elfeed")
(load! "+nov") ;; nov.el epub mode settings
(load! "+mail") ;; Mail stuff
(load! "+ranger")
(load! "+wttrin") ;; Weather config
(load! "+wttrin") ;; Weather config
(defun mpdel-playlist-play ()
"Start playing the song at point."