在emacs中到達buffer的末尾,總是有bell的叫聲。
在.emacs中加入:
(setq next-line-add-newlines t)
這樣就會自動你的buffer的末尾加入空行。這樣就不會到達buffer末尾,也不會有bell聲了。
如果要取消的話,在.emacs加入:
(setq next-line-add-newlines nil)
在.emacs中加入:
(setq next-line-add-newlines t)
這樣就會自動你的buffer的末尾加入空行。這樣就不會到達buffer末尾,也不會有bell聲了。
如果要取消的話,在.emacs加入:
(setq next-line-add-newlines nil)