mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General minor refactor & docstring fixes
This commit is contained in:
@ -304,8 +304,8 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
|
||||
|
||||
;; remove prompt if the file is opened in other clients
|
||||
(defun server-remove-kill-buffer-hook ()
|
||||
(remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function))
|
||||
(add-hook 'server-visit-hook 'server-remove-kill-buffer-hook)
|
||||
(remove-hook 'kill-buffer-query-functions #'server-kill-buffer-query-function))
|
||||
(add-hook 'server-visit-hook #'server-remove-kill-buffer-hook)
|
||||
|
||||
;; whitespace-mode settings
|
||||
(setq whitespace-line-column nil
|
||||
|
Reference in New Issue
Block a user