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)
|
||||
|
||||
2
emacs/.emacs.d/.achievements
Normal file
2
emacs/.emacs.d/.achievements
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,2 @@
|
||||
|
||||
((1 (1.9000000000000001 . 3.72) (2.08 . 3.86) (1.7000000000000002 . 3.44) (2.36 . 3.86) (2.2199999999999998 . 3.725) (1.8199999999999998 . 3.455) (2.1799999999999997 . 3.72) (1.96 . 3.58) (2.04 . 3.59)) (2 (1.4200000000000004 . 1.909) (1.56 . 2.03) (1.96 . 2.238) (1.8199999999999998 . 2.112) (2.04 . 2.195)))
|
||||
Reference in New Issue
Block a user