From 9fe569776c5782f4ddd047cd13005be9e98f20e1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 27 Aug 2018 12:48:55 +0900 Subject: [PATCH] Add imenu-list to package list --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index f70731e..2c7bfc2 100644 --- a/emacs.el +++ b/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)))))