mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 01:51:15 +10:00
Adding Org-capture functionality for proper note taking.
This commit is contained in:
@@ -398,7 +398,7 @@
|
|||||||
(dt/leader-keys
|
(dt/leader-keys
|
||||||
"m" '(:ignore t :wk "Org")
|
"m" '(:ignore t :wk "Org")
|
||||||
"m a" '(org-agenda :wk "Org agenda")
|
"m a" '(org-agenda :wk "Org agenda")
|
||||||
"m c" '(org-capture :wk "Org capture")
|
"m c" '(counsel-org-capture :wk "Org capture")
|
||||||
"m e" '(org-export-dispatch :wk "Org export dispatch")
|
"m e" '(org-export-dispatch :wk "Org export dispatch")
|
||||||
"m i" '(org-toggle-item :wk "Org toggle item")
|
"m i" '(org-toggle-item :wk "Org toggle item")
|
||||||
"m t" '(org-todo :wk "Org todo")
|
"m t" '(org-todo :wk "Org todo")
|
||||||
|
|||||||
@@ -562,7 +562,7 @@ mouse wheel for zooming in/out.
|
|||||||
(dt/leader-keys
|
(dt/leader-keys
|
||||||
"m" '(:ignore t :wk "Org")
|
"m" '(:ignore t :wk "Org")
|
||||||
"m a" '(org-agenda :wk "Org agenda")
|
"m a" '(org-agenda :wk "Org agenda")
|
||||||
"m c" '(org-capture :wk "Org capture")
|
"m c" '(counsel-org-capture :wk "Org capture")
|
||||||
"m e" '(org-export-dispatch :wk "Org export dispatch")
|
"m e" '(org-export-dispatch :wk "Org export dispatch")
|
||||||
"m i" '(org-toggle-item :wk "Org toggle item")
|
"m i" '(org-toggle-item :wk "Org toggle item")
|
||||||
"m t" '(org-todo :wk "Org todo")
|
"m t" '(org-todo :wk "Org todo")
|
||||||
@@ -788,8 +788,6 @@ Neotree is a file tree viewer. When you open neotree, it jumps to the current f
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-directory "~/nc/Org/")
|
(setq org-directory "~/nc/Org/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Agenda
|
** Agenda
|
||||||
|
|||||||
Reference in New Issue
Block a user