all repos — nixfiles @ 6dae4956dd1e9805ae027946137dd72278ebec5c

System and user configuration, managed by nix and home-manager

emacs: workaround issue with prescient on close

Alan Pearce
commit

6dae4956dd1e9805ae027946137dd72278ebec5c

parent

b0000c8a7b7121c093d3816994049e6e5b54b486

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/emacs/init.eluser/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