This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nico
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Do not use org-indent-mode
master
Nicolas Petton
3 years ago
parent
98d1d44413
commit
16ca94cfc3
Signed by:
nico
GPG Key ID:
233587A47C207910
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hosts/blueberry/init-org.el
+ 1
- 1
hosts/blueberry/init-org.el
View File
@ -15,7 +15,7 @@
(
require
's
)
(
global-org-gnome-minor-mode
1
)
(
add-hook
'org-mode-hook
#'
org-indent-mode
)
;; (add-hook 'org-mode-hook #'org-indent-mode
)
;; preserve the indentation inside of source blocks
(
setq
org-src-preserve-indentation
t
)
Write
Preview
Loading…
Cancel
Save