Add some org update #emacs
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
org-fontify-whole-heading-line t
|
||||
org-fontify-done-headline t
|
||||
org-fontify-quote-and-verse-blocks t
|
||||
org-ellipsis "⤵"
|
||||
org-bullets-bullet-list '("⠿" "⠏" "⠶" "⠖")
|
||||
org-capture-templates
|
||||
'(("i" "Send to inbox" entry (file+headline "~/org/inbox.org" "Inbox")
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
(package! org-drill)
|
||||
|
||||
;; handy tools
|
||||
(package! nov)
|
||||
(package! git-link)
|
||||
(package! atomic-chrome)
|
||||
(package! auth-source-pass)
|
||||
|
||||
Reference in New Issue
Block a user