I need to visit work file with UTF-8 support.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Dec 2019 00:35:10 +0200
changeset 1603 23bc0ad590b9
parent 1602 c1c4e95f4618
child 1604 72fa4385c7ba
I need to visit work file with UTF-8 support.
.emacs-my
--- a/.emacs-my	Tue Dec 10 19:49:45 2019 +0200
+++ b/.emacs-my	Wed Dec 11 00:35:10 2019 +0200
@@ -29,7 +29,7 @@
 
 (defvar my-work-file (expand-file-name "~/work.txt"))
 (setq initial-buffer-choice my-work-file)
-(define-key global-map "\C-vw" (lambda nil (interactive) (find-file-literally my-work-file)))
+(define-key global-map "\C-vw" (lambda nil (interactive) (find-file my-work-file)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "recentf")