beeg beeg one
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
;; Font Config
|
||||
(setq doom-font (font-spec :family "Victor Mono" :size 22 :weight 'medium)
|
||||
doom-variable-pitch-font (font-spec :family "Victor Mono" :size 22 :weight 'medium :slant 'italic))
|
||||
(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium)
|
||||
doom-variable-pitch-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium :slant 'italic))
|
||||
|
||||
(defun opal/org-font-setup ()
|
||||
;; Replace list hyphen with dot
|
||||
@@ -100,7 +100,7 @@
|
||||
;;(setq org-startup-folded t)
|
||||
(setq org-indent-indentation-per-level 2)
|
||||
(setq org-hide-emphasis-markers t)
|
||||
(setq org-agenda-files (directory-files-recursively "~/sync/org/agenda/" "\\.org$"))
|
||||
(setq org-agenda-files (directory-files-recursively "~/Sync/org/agenda/" "\\.org$"))
|
||||
(setq org-agenda-todo-ignore-scheduled 'future)
|
||||
|
||||
(require 'org-habit)
|
||||
@@ -166,18 +166,18 @@
|
||||
;; Create capture templates
|
||||
(setq org-capture-templates
|
||||
`(("t" "Tasks")
|
||||
("tw" "Work Task" entry (file+headline "~/sync/org/agenda/work.org" "Inbox")
|
||||
("tw" "Work Task" entry (file+headline "~/Sync/org/agenda/work.org" "Inbox")
|
||||
"* TODO %?\n %U\n %i" :empty-lines 1)
|
||||
("tp" "Personal Task" entry (file+headline "~/sync/org/agenda/personal.org" "Inbox")
|
||||
("tp" "Personal Task" entry (file+headline "~/Sync/org/agenda/personal.org" "Inbox")
|
||||
"* TODO %?\n %U\n %i" :empty-lines 1)))
|
||||
|
||||
;; Tell Org to stop indenting inside of org source blocks.
|
||||
(setq org-edit-src-content-indentation 0)
|
||||
|
||||
;; Set org agenda dir
|
||||
(setq org-directory "~/sync/org/agenda")
|
||||
(setq org-directory "~/Sync/org/agenda")
|
||||
(setq org-agenda-include-diary t)
|
||||
(setq diary-file "~/sync/org/diary")
|
||||
(setq diary-file "~/Sync/org/diary")
|
||||
|
||||
(require 'org-tempo)
|
||||
(dolist (template '(("sh" . "src shell")
|
||||
@@ -283,7 +283,7 @@
|
||||
(use-package elfeed-org
|
||||
:ensure t
|
||||
:config
|
||||
(setq rmh-elfeed-org-files '("~/sync/org/elfeed/feeds.org")))
|
||||
(setq rmh-elfeed-org-files '("~/Sync/org/elfeed/feeds.org")))
|
||||
|
||||
(after! osm
|
||||
(set-popup-rule! "^\\*osm\\*" :ignore t))
|
||||
|
||||
Reference in New Issue
Block a user