mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: annoyances in org mode
turns off org-buffers autoindenting. It makes the text jump around while typing which I think is annoying (possibly a buggy interaction with another package). Also stops the evaluation confirmation for org source blocks.
This commit is contained in:
parent
ce3d75afdd
commit
74a876e6c5
3 changed files with 3610 additions and 2246 deletions
|
|
@ -10383,7 +10383,7 @@ Used here: [[#h:877c9401-a354-4e44-a235-db1a90d19e00][General org-mode]]
|
|||
#+begin_src emacs-lisp
|
||||
|
||||
(defun swarsel/org-mode-setup ()
|
||||
(org-indent-mode)
|
||||
;; (org-indent-mode)
|
||||
(variable-pitch-mode 1)
|
||||
;;(auto-fill-mode 0)
|
||||
;; (setq display-line-numbers-type 'relative
|
||||
|
|
@ -11854,6 +11854,7 @@ It also offers a very useful utility of exporting org-mode buffers to different
|
|||
(push '("conf-unix" . conf-unix) org-src-lang-modes)
|
||||
|
||||
(setq org-export-with-broken-links 'mark)
|
||||
(setq org-confirm-babel-evaluate nil)
|
||||
|
||||
#+end_src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue