瀏覽代碼

Add imenu-list to package list

master
10sr 5 年之前
父節點
當前提交
9fe569776c
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el 查看文件

@@ -116,6 +116,7 @@ found, otherwise returns nil."
;; I think this works in place of my autosave lib
super-save
pipenv
imenu-list

scala-mode
;;ensime
@@ -422,7 +423,7 @@ found, otherwise returns nil."
(column-number-mode 0)
(size-indication-mode 0)
(setq mode-line-position
'(:eval (format "L%%l/%d,C%%c"
'(:eval (format "L%%l/%d:C%%c"
(count-lines (point-max)
(point-min)))))



Loading…
取消
儲存