mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
get rid of outshine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user