File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The rough details:
17
17
- key definitions :: =keymap=, =repeat=
18
18
- code navigation :: [[info:emacs#Xref][xref]], [[https://github.com/jacktasia/dumb-jump][dumb-jump]], [[https://github.com/vspinu/imenu-anywhere][imenu-anywhere]]
19
19
- syntax checker :: [[info:flymake#Top][flymake]]
20
- - persistent undo :: =desktop=
20
+ - persistence :: =desktop=
21
21
- language server integration :: [[info:eglot#Top][eglot]]
22
22
- structured editing :: [[https://github.com/AmaiKinono/puni][puni]]
23
23
@@ -2641,7 +2641,7 @@ Improve readability of escape characters in regular expressions.
2641
2641
(setq org-imenu-depth 3)
2642
2642
:config
2643
2643
(defun org-mode-init ()
2644
- (setq tab-width 2 ))
2644
+ (setq tab-width 8 ))
2645
2645
2646
2646
(dolist (lang '("emacs-lisp" "elisp"))
2647
2647
(cl-pushnew (cons lang 'lisp-interaction) org-src-lang-modes :test #'equal)))
You can’t perform that action at this time.
0 commit comments