1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

config.org fixes

This commit is contained in:
Jack Foltz 2019-09-07 11:07:25 -04:00
parent 6e648c076e
commit a3071780ba
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -703,6 +703,7 @@ If the manual is not on your computer, it's [[https://orgmode.org/manual/][here]
"a" 'org-attach)
(jf-org-def
"a" 'org-agenda
"A" 'org-archive-to-archive-sibling
"c" 'org-capture
"C i" 'org-clock-in
"C o" 'org-clock-out
@ -901,6 +902,9 @@ Define some *useful* helper functions
(setq tab-width num)
(setq indent-tabs-mode nil))
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
;; Default to 4 spaces
(add-hook 'prog-mode-hook #'jf-indent-4-spaces)