capture templates+ rm-ed unmanged files
This commit is contained in:
@@ -249,19 +249,19 @@
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("w" "Work" entry
|
'("w" "Work" entry
|
||||||
(file+headline "~/org/work.org" "Inbox")
|
(file+headline "~/org/work.org" "Inbox")
|
||||||
"* TODO [#C] %?" :empty-lines 1))
|
"* TODO [#C] %?\n %i" :empty-lines 1))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("i" "Content idea" entry
|
'("i" "Content idea" entry
|
||||||
(file+headline "~/org/work.org" "Ideas")
|
(file+headline "~/org/work.org" "Ideas")
|
||||||
"* TODO %? :idea:" :empty-lines 1))
|
"* TODO %?\n %i :idea:" :empty-lines 1))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("l" "Someday" entry
|
'("l" "Someday" entry
|
||||||
(file+headline "~/org/someday.org" "Inbox")
|
(file+headline "~/org/someday.org" "Inbox")
|
||||||
"* TODO %? :someday:" :empty-lines 1))
|
"* TODO %?\n %i :someday:" :empty-lines 1))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("s" "Studies" entry
|
'("s" "Studies" entry
|
||||||
(file+headline "~/org/studies.org" "Inbox")
|
(file+headline "~/org/studies.org" "Inbox")
|
||||||
"* TODO [#C] %?" :empty-lines 1))
|
"* TODO [#C] %?\n %i" :empty-lines 1))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("S" "Lecture" entry
|
'("S" "Lecture" entry
|
||||||
(file+headline "~/org/studies.org" "Schedule")
|
(file+headline "~/org/studies.org" "Schedule")
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("h" "Home" entry
|
'("h" "Home" entry
|
||||||
(file+headline "~/org/home.org" "Inbox")
|
(file+headline "~/org/home.org" "Inbox")
|
||||||
"* TODO [#A] %?" :empty-lines 1))
|
"* TODO [#A] %?\n %i" :empty-lines 1))
|
||||||
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
|
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
|
||||||
)
|
)
|
||||||
(setq-default cache-long-scans nil)
|
(setq-default cache-long-scans nil)
|
||||||
@@ -347,4 +347,4 @@ awqat-times-for-day)
|
|||||||
(setq calendar-latitude 30.87605680
|
(setq calendar-latitude 30.87605680
|
||||||
calendar-longitude 29.74260400
|
calendar-longitude 29.74260400
|
||||||
awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) "))
|
awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) "))
|
||||||
(awqat-set-preset-egyptian-general-authority-of-survey)
|
(add-hook 'doom-after-init-hook #'awqat-display-prayer-time-mode)
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
(custom-set-variables
|
|
||||||
;; custom-set-variables was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
'(custom-safe-themes
|
|
||||||
'("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default))
|
|
||||||
'(delete-selection-mode nil)
|
|
||||||
'(package-selected-packages
|
|
||||||
'(smudge telega org-roam-ui chezmoi evil-numbers oauth2-request oauth2 org-caldav gruvbox-theme)))
|
|
||||||
(custom-set-faces
|
|
||||||
;; custom-set-faces was added by Custom.
|
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
|
||||||
;; Your init file should contain only one such instance.
|
|
||||||
;; If there is more than one, they won't work right.
|
|
||||||
)
|
|
||||||
@@ -3,8 +3,10 @@ exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
|||||||
exec killall -q notify-osd
|
exec killall -q notify-osd
|
||||||
exec bash ~/scripts/res.sh
|
exec bash ~/scripts/res.sh
|
||||||
exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc
|
exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc
|
||||||
exec --no-startup-id redshift -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | jq -r '"\(.location.lat):\(.location.lng)"')
|
exec --no-startup-id redshift
|
||||||
#emacs
|
#emacs
|
||||||
exec --no-startup-id emacs --daemon
|
exec --no-startup-id emacs --daemon
|
||||||
exec --no-startup-id ~/scripts/sound.sh
|
#moved to pipewire not needed anymore
|
||||||
|
# exec --no-startup-id ~/scripts/sound.sh
|
||||||
exec --no-startup-id ~/bin/autostart
|
exec --no-startup-id ~/bin/autostart
|
||||||
|
exec --no-startup-id nextcloud --background
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
include misc.conf
|
|
||||||
include themes/gruvbox_dark.conf
|
|
||||||
Reference in New Issue
Block a user