From 9575f929b4c95a63efcd7ff8a6d11f5c26ec57af Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 10 Oct 2018 14:42:11 +0900 Subject: [PATCH] Wnable which-function-mode --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index ac5c833..6b1a405 100644 --- a/emacs.el +++ b/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)