From 3378836c941ada7b1a45ae6743e7b38088140dd9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Nov 2015 07:56:12 -0800 Subject: [emacs] Add function's name to mode-line. --- emacs.d/inits/00_ui.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el index 462efcf..22e392f 100644 --- a/emacs.d/inits/00_ui.el +++ b/emacs.d/inits/00_ui.el @@ -23,3 +23,7 @@ :config (progn (eval-after-load "whitespace" '(diminish 'whitespace-mode)))) + +;; display the name of the function +(use-package which-func + :init (which-function-mode 1)) -- cgit 1.4.1