浏览代码

Wnable which-function-mode

master
10sr 6 年前
父节点
当前提交
9575f929b4
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el 查看文件

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-10 13:44:14 JST 10sr>
;; Time-stamp: <2018-10-10 14:41:37 JST 10sr>

;;; Code:

@@ -430,7 +430,7 @@ found, otherwise returns nil."
(setq eol-mnemonic-mac "\\r")
(setq eol-mnemonic-unix "")

(which-function-mode 0)
(which-function-mode 1)

(line-number-mode 0)
(column-number-mode 0)


正在加载...
取消
保存