Global undo mode
This commit is contained in:
parent
a0a7ac5b0c
commit
2992cfecd9
@ -216,6 +216,10 @@
|
|||||||
|
|
||||||
(setq initial-major-mode 'text-mode)
|
(setq initial-major-mode 'text-mode)
|
||||||
|
|
||||||
|
(use-package undo-tree-mode
|
||||||
|
:config
|
||||||
|
(global-undo))
|
||||||
|
|
||||||
(defun compile-on-save-start ()
|
(defun compile-on-save-start ()
|
||||||
(let ((buffer (compilation-find-buffer)))
|
(let ((buffer (compilation-find-buffer)))
|
||||||
(unless (get-buffer-process buffer)
|
(unless (get-buffer-process buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user