Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
0398122164
2 changed files with 11 additions and 8 deletions
9
init.el
9
init.el
|
@ -520,7 +520,7 @@ vertically."
|
|||
"/home/chris/org/ministry_team.org"
|
||||
"/home/chris/org/todo.org"
|
||||
"/home/chris/org/newsletter.org"
|
||||
))
|
||||
"/home/chris/org/nvtfc_social_media.org"))
|
||||
;; (add-to-list '("/home/chris/org/inbox.org"
|
||||
;; "/home/chris/org/notes.org"
|
||||
;; "/home/chris/org/repetition.org"
|
||||
|
@ -570,9 +570,10 @@ vertically."
|
|||
(chris/leader-keys
|
||||
:states 'normal
|
||||
:keymaps 'override
|
||||
"o a" 'org-agenda
|
||||
"oa" 'org-agenda
|
||||
"c" 'org-capture
|
||||
"rr" 'org-refile)
|
||||
"rr" 'org-refile
|
||||
"e" 'org-export-dispatch)
|
||||
('normal org-agenda-mode-map
|
||||
"q" 'org-agenda-quit
|
||||
"r" 'org-agenda-redo
|
||||
|
@ -601,7 +602,7 @@ vertically."
|
|||
|
||||
(defun chris/org-babel-tangle-config ()
|
||||
(when (string-equal (buffer-file-name)
|
||||
(expand-file-name "~/.emacs.d/README.org"))
|
||||
(expand-file-name "README.org" user-emacs-directory))
|
||||
(let ((org-confirm-babel-evaluate nil))
|
||||
(org-babel-tangle))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue