General, minor refactor
This commit is contained in:
parent
01042192b8
commit
9a71a73538
3 changed files with 10 additions and 4 deletions
|
@ -315,6 +315,6 @@ project."
|
|||
|
||||
;;;###autoload
|
||||
(defun doom-set-buffer-real (buffer flag)
|
||||
"Forcibly mark a buffer's real property, no matter what."
|
||||
"Forcibly mark BUFFER as FLAG (non-nil = real)."
|
||||
(with-current-buffer buffer
|
||||
(setq doom-real-buffer-p flag)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue