diff options
Diffstat (limited to 'emacs/.emacs.d/init/ycp-reading.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-reading.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-reading.el b/emacs/.emacs.d/init/ycp-reading.el index 24c47d0..477aa5d 100644 --- a/emacs/.emacs.d/init/ycp-reading.el +++ b/emacs/.emacs.d/init/ycp-reading.el @@ -27,6 +27,8 @@ ;;; Code: (my-package belf - (my-setq-from-local belf-dir)) + (my-setq-from-local belf-dir) + (add-hook 'find-file-hook 'belf-recent-add-current) + (blink-cursor-mode 0)) (provide 'ycp-reading) |