read the diff man
This commit is contained in:
@@ -358,9 +358,6 @@
|
||||
(add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
||||
(setq-default processing-location "~/bin/processing-java")
|
||||
;; idk what this is
|
||||
(map! :leader
|
||||
:nv "n d" #'org-agenda-day-view
|
||||
)
|
||||
;;org-agenda filter
|
||||
(custom-set-variables
|
||||
'(org-agenda-custom-commands
|
||||
@@ -412,9 +409,9 @@ awqat-times-for-day)
|
||||
;; Telega and ranger
|
||||
(map! :leader
|
||||
:nv "o g" #'telega
|
||||
)
|
||||
(map! :leader
|
||||
:nv "o r" #'ranger
|
||||
:nv "o p" #'org-pomodoro
|
||||
:nv "n d" #'org-agenda-day-view
|
||||
)
|
||||
(setq-default org-roam-extract-new-file-path "${slug}.org" )
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
magit ; a git porcelain for Emacs
|
||||
;;make ; run make tasks from Emacs
|
||||
;;pass ; password manager for nerds
|
||||
;;pdf ; pdf enhancements
|
||||
pdf ; pdf enhancements
|
||||
;;prodigy ; FIXME managing external services & code builders
|
||||
;;rgb ; creating color strings
|
||||
;;taskrunner ; taskrunner for all your projects
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
:repo "zkry/awqat"))
|
||||
(package! org-contrib)
|
||||
(package! ponylang-mode)
|
||||
(package! org-pomodoro)
|
||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
||||
;(unpin! pinned-package)
|
||||
|
||||
Reference in New Issue
Block a user