Add proper justification to epub in #emacs
This commit is contained in:
@ -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."
|
||||
|
||||
Reference in New Issue
Block a user