mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding Org-capture functionality for proper note taking.
This commit is contained in:
@@ -398,7 +398,7 @@
|
||||
(dt/leader-keys
|
||||
"m" '(:ignore t :wk "Org")
|
||||
"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 i" '(org-toggle-item :wk "Org toggle item")
|
||||
"m t" '(org-todo :wk "Org todo")
|
||||
|
||||
@@ -562,7 +562,7 @@ mouse wheel for zooming in/out.
|
||||
(dt/leader-keys
|
||||
"m" '(:ignore t :wk "Org")
|
||||
"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 i" '(org-toggle-item :wk "Org toggle item")
|
||||
"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
|
||||
(setq org-directory "~/nc/Org/")
|
||||
|
||||
|
||||
|
||||
#+end_src
|
||||
|
||||
** Agenda
|
||||
|
||||
Reference in New Issue
Block a user