Persist scratch buffer point, mode & contents
Also renames doom-scratch-buffer-major-mode -> doom-scratch-initial-major-mode, since it only affects the initial buffer now. This was designed to be backwards compatible; you won't lose your scratch buffers from this update. Though I may remove the old format in 3.1.
This commit is contained in:
parent
0a9b06ac16
commit
9fa76836c1
3 changed files with 58 additions and 30 deletions
|
@ -36,7 +36,7 @@ it if it doesn't exist).")
|
|||
|
||||
|
||||
;;
|
||||
;; Functions
|
||||
;;; Functions
|
||||
|
||||
;;;###autoload
|
||||
(defun doom-buffer-frame-predicate (buf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue