Remove undo-tree

This commit is contained in:
Alexander Bantyev 2022-04-24 12:19:55 +03:00
parent ce2f9ac3f2
commit df9e3624f6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -216,10 +216,6 @@
(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)