get rid of outshine

This commit is contained in:
2023-04-12 20:24:10 +02:00
parent 92c3e6b6f1
commit 8370eddfae
3 changed files with 189 additions and 191 deletions

View File

@@ -100,7 +100,7 @@ Returns t if version changed, nil otherwise."
(beginning-of-buffer)
(re-search-forward ";; .. Changelog")
(next-line)
(tvd-outshine-end-of-section)
;; (tvd-outshine-end-of-section)
(when newversion
(insert (format "\n;; %s\n" tvd-emacs-version)))
(insert (format ";; - %s\n" entry)))))
@@ -116,12 +116,9 @@ Returns t if version changed, nil otherwise."
show-trailing-whitespace t)
(eldoc-mode t)
;; enable outline (with outshine)
;; enable outline
(outline-minor-mode)
;; enable outshine mode
(outshine-hook-function)
(electric-indent-local-mode t)))
;; use UP arrow for history in *ielm* as well, just as C-up