emacs: workaround issue with prescient on close
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -224,6 +224,7 @@ (setq-default bidi-paragraph-direction 'left-to-right bidi-display-reordering 'left-to-right) (setq bidi-inhibit-bpa t require-final-newline t) +(add-to-list 'auto-coding-alist '("prescient-save\\.el\\'" . utf-8-emacs)) ;;; Dates & Times