Skip to content

Commit

Permalink
[non-sudoer][emacs] enable which-function-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Aug 13, 2024
1 parent 8aea0d2 commit 3286e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions non-sudoer/emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3286e7f

Please sign in to comment.