瀏覽代碼

Use setq-local

master
10sr 4 年之前
父節點
當前提交
064e645b9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -2055,7 +2055,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(set-variable 'bs-default-sort-name "by nothing")
(add-hook 'bs-mode-hook
(lambda ()
(set (make-local-variable 'scroll-margin) 0)
(setq-local scroll-margin 0)
(setq-local header-line-format nil)
(setq-local mode-line-format nil)
)))


Loading…
取消
儲存