Add some org update #emacs

This commit is contained in:
Colin Powell
2019-10-28 20:36:33 -04:00
parent 976d290ca4
commit eb4c91de79
5 changed files with 13 additions and 5 deletions

View File

@ -10,7 +10,11 @@
(setq user-full-name "Colin Powell"
user-mail-address "colin@onec.me")
(setq doom-theme 'wombat)
(setq doom-theme 'manoj-dark)
(if (display-graphic-p)
(setq doom-theme 'kaolin-temple))
;; Fonts
(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
@ -27,10 +31,6 @@
(setq x-super-keysym 'meta
x-meta-keysym 'super)))
(if (display-graphic-p)
(setq doom-theme 'doom-outrun-electric)
(setq doom-theme 'manoj-dark))
(set-frame-parameter nil 'internal-border-width 10)
(when IS-MAC
@ -196,3 +196,5 @@
(if (derived-mode-p 'mpdel-playlist-current-playlist-mode)
(libmpdel-play-song (navigel-entity-at-point))
(mpdel-core-insert-current-playlist)))
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))