mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
config.org fixes
This commit is contained in:
parent
6e648c076e
commit
a3071780ba
@ -703,6 +703,7 @@ If the manual is not on your computer, it's [[https://orgmode.org/manual/][here]
|
|||||||
"a" 'org-attach)
|
"a" 'org-attach)
|
||||||
(jf-org-def
|
(jf-org-def
|
||||||
"a" 'org-agenda
|
"a" 'org-agenda
|
||||||
|
"A" 'org-archive-to-archive-sibling
|
||||||
"c" 'org-capture
|
"c" 'org-capture
|
||||||
"C i" 'org-clock-in
|
"C i" 'org-clock-in
|
||||||
"C o" 'org-clock-out
|
"C o" 'org-clock-out
|
||||||
@ -901,6 +902,9 @@ Define some *useful* helper functions
|
|||||||
(setq tab-width num)
|
(setq tab-width num)
|
||||||
(setq indent-tabs-mode nil))
|
(setq indent-tabs-mode nil))
|
||||||
|
|
||||||
|
(setq-default indent-tabs-mode nil)
|
||||||
|
(setq-default tab-width 4)
|
||||||
|
|
||||||
;; Default to 4 spaces
|
;; Default to 4 spaces
|
||||||
(add-hook 'prog-mode-hook #'jf-indent-4-spaces)
|
(add-hook 'prog-mode-hook #'jf-indent-4-spaces)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user