diff --git a/non-sudoer/emacs.el b/non-sudoer/emacs.el index 7ed4909..ff7ac44 100644 --- a/non-sudoer/emacs.el +++ b/non-sudoer/emacs.el @@ -43,6 +43,9 @@ ;; Insert parenthesis/brackets by pair (electric-pair-mode 1) +;; always show which function +(which-function-mode 1) + ;; yes -> y, no -> n (defalias 'yes-or-no-p 'y-or-n-p)