#+begin_src emacs-lisp
(setq org-src-tab-acts-natively t
org-src-preserve-indentation nil
- org-edit-src-content-indentation 0)
+ org-edit-src-content-indentation 0
+ org-html-doctype "html5"
+ org-html-html5-fancy t)
(add-hook 'org-mode-hook 'org-indent-mode)
+(use-package htmlize)
#+end_src
*** [[https://magit.vc/][Magit]]
(ab--leader-keys
"b s" 'save-buffer
"b b" 'ivy-switch-buffer
- "b k" 'kill-buffer
+ "," 'ivy-switch-buffer
+ "b k" 'kill-this-buffer
"q q" 'evil-save-and-quit)
#+end_src