Global undo mode

This commit is contained in:
Alexander Bantyev 2022-04-15 18:31:17 +03:00
parent a0a7ac5b0c
commit 2992cfecd9
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -216,6 +216,10 @@
(setq initial-major-mode 'text-mode)
(use-package undo-tree-mode
:config
(global-undo))
(defun compile-on-save-start ()
(let ((buffer (compilation-find-buffer)))
(unless (get-buffer-process buffer)